Comment on Bloom filters: real-world applications

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

Interesting. Do I understand it correctly if I say it’s a bloom filter where instead of setting a bit to 1 for each of the hashes, you increment a counter for that hash?

How do you infer the count then, take the minimum of all matching hashes? Because intuitively it seems to me like you would need a lot more space to avoid counts being too high

source
Sort:hotnewtop