Open jblachly opened 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
probabalistic.bloomd
probabalistic.cuckoo
Could add others over time? Would maybe make more sense than maintaining sepa rate repo for every different PDS
also should murmurhash3 be pulled out into a utility lib
Shoudl this become a library of probabilistic data structures? For example, add Cuckoo filters. Then we would have
probabalistic.bloomd
(or just bloom) andprobabalistic.cuckoo
Could add others over time? Would maybe make more sense than maintaining sepa rate repo for every different PDS