Rimu to Programming@programming.devEnglish • 5 months agoHow bloom filters made SQLite 10x fasteravi.immessage-square12fedilinkarrow-up180arrow-down11
arrow-up179arrow-down1external-linkHow bloom filters made SQLite 10x fasteravi.imRimu to Programming@programming.devEnglish • 5 months agomessage-square12fedilink
minus-squaremoxlinkfedilink13•5 months agoBloom filters can be handy. They’re worth learning even if you don’t care about SQLite.
minus-square@livingcoder@programming.devlinkfedilink2•5 months agoDo you happen to know of a few situations where bloom filters are super useful? I need to identify when to use them.
minus-squaremoxlinkfedilink3•5 months 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/