
Title text: Sometimes, you can tell Bloom filters are the wrong tool for the job, but when they're the right one you can never be sure.
Well, all I can say is, TIL what Bloom filters are. And not from the comic - I had to go and look them up.
I almost said "same", but having read the first three paragraphs of the Wikipedia article I'm not actually sure I understand the concept
It's a way of "approximately" representing a set of values. In a simple version, you have some number of bits, and for each element of the set, you set one of the bits to 1 based on a hash of that element. Then if you want to look up an element of that set, you can check the bit corresponding to that element's hash. If it's a 1, then the element might be in the set (or there might just be another element with the same hash), but if it's a 0, then the element is definitely not.
ratammer wrote: ↑ Hoping to find something quotable on this new forum!
ratammer wrote: ↑In both cases the quote is "I'm being quoted too much!"