GitHub user jonathanc-n edited a discussion: Cuckoo filter implementation

What are everyones thoughts on creating a implementation for the cuckoo filter. 
Although it was referenced in #1500, it didn't seem to move forward after the 
bloom filter implementation. Although they serve the same purpose, cuckoo 
filters are more favourable in workloads where there are frequent deletions (bf 
struggles with this), and insertions need to have a low false positive rate. 
There is also the reason of Redis supporting it as well. Let me know your 
thoughts, and I can open an issue and work on it if needed.

GitHub link: https://github.com/apache/kvrocks/discussions/2531

----
This is an automatically sent email for issues@kvrocks.apache.org.
To unsubscribe, please send an email to: issues-unsubscr...@kvrocks.apache.org

Reply via email to