-
When Bloom filters don't bloom
When Bloom filters don't bloom
I’ve known about Bloom filters (named after Burton Bloom) since university, but I haven’t had an opportunity to use them in anger. Last month this changed - I became fascinated with the promise of this data structure, but I quickly realized it had some drawbacks. This blog post is the tale of my brief love affair with Bloom filters.
Appears in lists (2)
More like this (3)
-
Creating a Bloom Filter with Go
Creating a Bloom Filter with Go — If you’ve never encountered a Bloom filter before, I...
-
Meta-learning neural Bloom filters
Meta-learning neural bloom filters Rae et al., ICML’19 Bloom filters are wonderful things, enabling us to...