Remix.run Logo
intheitmines a day ago

What do people use bloom filters for in production? I've only ever used as part of a blacklist

gtowey a day ago | parent [-]

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.