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

Switch to faster bloom filter #123

Open
awfm9 opened this issue Mar 7, 2018 · 0 comments
Open

Switch to faster bloom filter #123

awfm9 opened this issue Mar 7, 2018 · 0 comments
Labels

Comments

@awfm9
Copy link
Owner

awfm9 commented Mar 7, 2018

We currently use https://github.com/willf/bloom.

https://github.com/AndreasBriese/bbloom claims to be three times faster. Possibly due to the use of siphash instead of murmur3.

However, it is missing a binary encode/decode. We should implement it, create the PR and switch to this implementation.

@awfm9 awfm9 added the external label Mar 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant