Bloom Filter
Opened this issue · 1 comments
pooki3bear commented
Hi @moloch-- !
I saw this project today after reviewing some of your other work. I was wondering if you had considered using a cuckoo filter instead? This structure would support entry deletion, as well as growth. Bloom filter size parameters would not be required.
https://github.com/seiflotfy/cuckoofilter
moloch-- commented
Sounds awesome, I'll take a look into it!