charlesgregory / bloomd

Bloom Filter and vectorized murmurhash3
0 stars 0 forks source link

Make library? #5

Open jblachly opened 5 years ago

jblachly commented 5 years ago

Shoudl this become a library of probabilistic data structures? For example, add Cuckoo filters. Then we would have

probabalistic.bloomd (or just bloom) and probabalistic.cuckoo

Could add others over time? Would maybe make more sense than maintaining sepa rate repo for every different PDS

jblachly commented 5 years ago

also should murmurhash3 be pulled out into a utility lib