Comment on Bloom filters: real-world applications

<- View Parent
Reader9@programming.dev ⁨1⁩ ⁨year⁩ ago

Collage sounds really interesting , will check it out. Another variation on bloom filter I recently learned about is count-min-sketch. It allows for storing/incrementing a count along with each key, and can answer “probably in set with count greater than _”, “definitely not in set”.

Thanks for adding more detail on the DB use-cases!

source
Sort:hotnewtop