Spyke
lemmy.world

For anyone interested in learning more about bloom filters, this is a technical but extremely accessible and easy to follow introduction to them, including some excellent interactive visualizations: https://samwho.dev/bloom-filters/

31
rockSlayerreply
lemmy.world

A bloom filter is a data structure that is most useful in creating a spell check algorithm

6
jaybonereply
lemmy.world

In this example, what would you use to prepopulate the filter?

1
jaybonereply
lemmy.world

So you’re just putting a bunch of values in memory that you can access quickly, like similar to a hash set contains(), maybe hoping for O(1) time. But other than that there’s no trick to it?

2

You reached the end

xkcd #2934: Bloom Filter | Spyke