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

Perf improv #906

Closed
wants to merge 3 commits into from
Closed

Perf improv #906

wants to merge 3 commits into from

Commits on Jul 21, 2023

  1. Configuration menu
    Copy the full SHA
    152233b View commit details
    Browse the repository at this point in the history
  2. Preallocate serialized vector of HashPrefixRow

    This should save 2 reallocation for row since serialize will allocate without
    capacity (should be 4) and every time will double, so it will need other 2
    re-allocation for a total of 3. While here is 1.
    RCasatta committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    ea93d00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e13b5d View commit details
    Browse the repository at this point in the history