-
Notifications
You must be signed in to change notification settings - Fork 17
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
XOR filters #81
Comments
@dilawar I am aware that there other implementations already out there (same goes for hyperloglog for example). However the point of this crate here is to:
If you already know you want data structure X and want the slimmest and most performant implementation, go to crates.io and pick one (or implement your own, because most of these data structures are only really fast if you choose the correct variant for your application). Hope that makes sense 🙂 |
Hi @crepererum, I am sorry for causing confusion by just dropping the link here without adding a few lines. And what you said totally makes sense. I was wondering if it is possible to reuse the implementation from other crates with modifications to suit the points you mentioned above? |
Technically yes, but I have two concerns:
|
https://lemire.me/blog/2019/12/19/xor-filters-faster-and-smaller-than-bloom-filters/
The text was updated successfully, but these errors were encountered: