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

RFC: Fix rehash check #74

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

RFC: Fix rehash check #74

wants to merge 1 commit into from

Commits on Jan 30, 2021

  1. Fix rehash check

    * We should rehash when 3/4 of the slots have been deleted, not when 3/4
      of the keys have been deleted.  The previous logic caused us to rehash
      when, e.g., there were 5 keys and we deleted 4.  The new logic
      requires at least 12 removals before a size-based rehash occurs.
    kmsquire committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    ac1b36c View commit details
    Browse the repository at this point in the history