Hacker News new | ask | show | jobs
by intheitmines 13 days ago
What do people use bloom filters for in production? I've only ever used as part of a blacklist
1 comments

Search partition pruning in distributed databases is one concrete application I'm aware of.

Hashtables optimized for really large item counts; it can be a useful fast pre-check for item existence.