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

improve performance of HAMTs #4889

Merged
merged 4 commits into from
Apr 8, 2018
Merged

improve performance of HAMTs #4889

merged 4 commits into from
Apr 8, 2018

Commits on Mar 30, 2018

  1. fix hamt node not protobuf error

    License: MIT
    Signed-off-by: Steven Allen <[email protected]>
    Stebalien committed Mar 30, 2018
    Configuration menu
    Copy the full SHA
    e2387eb View commit details
    Browse the repository at this point in the history
  2. remove redundant validation logic

    License: MIT
    Signed-off-by: Steven Allen <[email protected]>
    Stebalien committed Mar 30, 2018
    Configuration menu
    Copy the full SHA
    dbb2ca2 View commit details
    Browse the repository at this point in the history
  3. faster hamt logic

    1. Use a custom bitfield type instead of bigints.
    2. Make iterating over a hamt *significantly* faster.
    
    License: MIT
    Signed-off-by: Steven Allen <[email protected]>
    Stebalien committed Mar 30, 2018
    Configuration menu
    Copy the full SHA
    f1ae13d View commit details
    Browse the repository at this point in the history
  4. add benchmark for hamt walking

    License: MIT
    Signed-off-by: Steven Allen <[email protected]>
    Stebalien committed Mar 30, 2018
    Configuration menu
    Copy the full SHA
    1907e66 View commit details
    Browse the repository at this point in the history