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

AMQ-filter #11

Open
lain-dono opened this issue Apr 19, 2024 · 1 comment
Open

AMQ-filter #11

lain-dono opened this issue Apr 19, 2024 · 1 comment
Labels
question Further information is requested

Comments

@lain-dono
Copy link

Sometimes you want to search for something faster. Bloom/Quotient/Cuckoo filters helps with that.

https://en.wikipedia.org/wiki/Approximate_Membership_Query_Filter

@GlenDC
Copy link
Member

GlenDC commented Apr 19, 2024

For now this is out of scope. However you can help give this is a greater chance of being a reality by providing here more technical details how you would see this being implemented in this crate. Looking forward to getting to know more about how you see this exactly.

I know of bloom filters, but had not considered it before for this specific purpose, so I do look forward on how exactly you would see it being implemented here and if there are crates you would suggest that fit this purpose and is compatible with our current implementation.

@GlenDC GlenDC added the question Further information is requested label Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants