Rimu@piefed.social to Programming@programming.devEnglish · 18 days agoHow bloom filters made SQLite 10x fasteravi.imexternal-linkmessage-square12fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1external-linkHow bloom filters made SQLite 10x fasteravi.imRimu@piefed.social to Programming@programming.devEnglish · 18 days agomessage-square12fedilink
minus-squaremox@lemmy.sdf.orglinkfedilinkarrow-up0·18 days agoBloom filters can be handy. They’re worth learning even if you don’t care about SQLite.
minus-squarelivingcoder@programming.devlinkfedilinkarrow-up0·17 days agoDo you happen to know of a few situations where bloom filters are super useful? I need to identify when to use them.
minus-squaremox@lemmy.sdf.orglinkfedilinkarrow-up0·17 days agoHere’s a clever use of them: https://blog.mozilla.org/security/2020/01/09/crlite-part-2-end-to-end-design/
Bloom filters can be handy. They’re worth learning even if you don’t care about SQLite.
Do you happen to know of a few situations where bloom filters are super useful? I need to identify when to use them.
Here’s a clever use of them: https://blog.mozilla.org/security/2020/01/09/crlite-part-2-end-to-end-design/