moloch-- / leakdb

Web-Scale NoSQL Idempotent Cloud-Native Big-Data Serverless Plaintext Credential Search
GNU General Public License v3.0
179 stars 27 forks source link

Bloom Filter #3

Open pooki3bear opened 4 years ago

pooki3bear commented 4 years ago

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 4 years ago

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