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

[TEST] create larger cuckoo filters for tests #46457

Merged
merged 1 commit into from
Sep 9, 2019

Commits on Sep 6, 2019

  1. [TEST] create larger cuckoo filters for tests

    The cuckoofilters could be randomly created with too small of
    capacity or precision, which means that they can only absorb a few
    values before collisions start to make all filters look identical.
    
    This increases the size of filters we generate (capacity >> than
    the test cases) and lower fpp rate.
    polyfractal committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    ac874ee View commit details
    Browse the repository at this point in the history