Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Devel #92

Merged
merged 3 commits into from
Aug 25, 2024
Merged

Devel #92

merged 3 commits into from
Aug 25, 2024

Commits on Aug 25, 2024

  1. rename the public methods All[46]Sorted

    All4Sorted -> AllSorted4
    All6Sorted -> AllSorted6
    
    API changed, but not yet used in the wild
    gaissmai committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    1e3b75c View commit details
    Browse the repository at this point in the history
  2. more refactoring, make it even faster

    - make Table.init() inlineable in fast-path
    - use netMask as lookup tbl, drop hostMask
    gaissmai committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    51592aa View commit details
    Browse the repository at this point in the history
  3. rethink endianess

    write all the precalculated values in decimal, so no hassle with byte-order
    gaissmai committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    ea77c0c View commit details
    Browse the repository at this point in the history