moloch--/leakdb

Bloom Filter

Opened this issue · 1 comments

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

Sounds awesome, I'll take a look into it!