Skip to content

Conversation

ashtul
Copy link

@ashtul ashtul commented Nov 7, 2024

Flooring k instead of ceiling has meaningful effect on performance since: (1) k is smaller by 1 which translate for fewer calls. (2) the fillrate of the filter is lower so non existing elements will get a negative bit faster.

For a filter with 1% false-positive-probability we can expect a 10-15% performance gain.

Flooring `k` instead of ceiling has meaningful effect on performance since: (1) `k` is smaller by 1 which translate for fewer calls. (2) the fillrate of the filter is lower so non existing elements will get a negative bit faster.

For a filter with 1% false-positive-probability we can expect a 10-15% performance gain.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant