You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Sometimes you want to search for something faster. Bloom/Quotient/Cuckoo filters helps with that.
https://en.wikipedia.org/wiki/Approximate_Membership_Query_Filter
The text was updated successfully, but these errors were encountered: