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

Hash Function Optimisation #33

Open
georgwiese opened this issue Jul 6, 2023 · 1 comment
Open

Hash Function Optimisation #33

georgwiese opened this issue Jul 6, 2023 · 1 comment

Comments

@georgwiese
Copy link
Member

Examine if changing a Hash Function could make any difference.

Expected time commitment - 1 day.

Priority: Low
Impact: Medium

@georgwiese georgwiese converted this from a draft issue Jul 6, 2023
@georgwiese
Copy link
Member Author

The hash function is used in the Bloom filter to test for set membership, and a bad hash function would lead to false positives which in turn leads to wrong predictions. So, a simple way to test whether a change to the hash function could bring any improvement would be to use one is that guaranteed not to have any collision (e.g. the identity function), or replace the bloom filter with an explicit set.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

1 participant