minus-squarePungent Llama@lemmy.worldtoGeneral Programming Discussion@lemmy.ml•Two Bits Are Better Than One: making bloom filters 2x more accuratelinkfedilinkarrow-up4·6 days agoIt’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) linkfedilink
minus-squarePungent Llama@lemmy.worldtoNews@lemmy.world•Bill Gates cancels keynote speech in India amid questions over Epstein tieslinkfedilinkarrow-up3·9 days agoBill Gates, if you want to do good, please turn your self in and tell everything you know about Epstein. linkfedilink
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)