☆ Yσɠƚԋσʂ ☆@lemmy.ml to General Programming Discussion@lemmy.mlEnglish · 8 days agoTwo Bits Are Better Than One: making bloom filters 2x more accuratefloedb.aiexternal-linkmessage-square7linkfedilinkarrow-up114arrow-down10
arrow-up114arrow-down1external-linkTwo Bits Are Better Than One: making bloom filters 2x more accuratefloedb.ai☆ Yσɠƚԋσʂ ☆@lemmy.ml to General Programming Discussion@lemmy.mlEnglish · 8 days agomessage-square7linkfedilink
minus-squareseang96@spgrn.comlinkfedilinkarrow-up3·8 days 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·8 days 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