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

Ensure that "true" and "false" won't go in same bucket in hash table #3471

Merged
merged 1 commit into from
Sep 12, 2024

Commits on Sep 12, 2024

  1. Ensure that "true" and "false" won't go in same bucket in hash table

    Previously, "hash true" and "hash false" were both congruent to 1 (mod
    4).  We just set them to 1 and 0, resp.
    
    Also update the corresponding basic test.
    d-torrance committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    45df73f View commit details
    Browse the repository at this point in the history