☆ Yσɠƚԋσʂ ☆@lemmy.ml to General Programming Discussion@lemmy.mlEnglish · 6 months agoTwo Bits Are Better Than One: making bloom filters 2x more accuratefloedb.aiexternal-linkmessage-square7linkfedilinkarrow-up115arrow-down10cross-posted to: programming@programming.dev
arrow-up115arrow-down1external-linkTwo Bits Are Better Than One: making bloom filters 2x more accuratefloedb.ai☆ Yσɠƚԋσʂ ☆@lemmy.ml to General Programming Discussion@lemmy.mlEnglish · 6 months agomessage-square7linkfedilinkcross-posted to: programming@programming.dev
minus-squareseang96@spgrn.comlinkfedilinkarrow-up3·6 months agoI used this for my capstone project on data deduplication. I believe I used it to check if the chunk of data has not been seen before.
minus-square☆ Yσɠƚԋσʂ ☆@lemmy.mlOPlinkfedilinkarrow-up4·6 months agoit’s a really handy technique that’s really underrated I find, and dead simple to implement too
I used this for my capstone project on data deduplication. I believe I used it to check if the chunk of data has not been seen before.
it’s a really handy technique that’s really underrated I find, and dead simple to implement too