this post was submitted on 22 Feb 2026
14 points (100.0% liked)
General Programming Discussion
9791 readers
1 users here now
A general programming discussion community.
Rules:
- Be civil.
- Please start discussions that spark conversation
Other communities
Systems
Functional Programming
Also related
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It's a precomputed hash that let's you know if an item is (kinda) in a set or not. Fast and uses up very little space.
See: https://en.wikipedia.org/wiki/Bloom_filter
What you are talking about with graphics is: https://en.wikipedia.org/wiki/Bloom_(shader_effect)