Bloom Filter Visualization

See It In Action

Watch a quick animation that demonstrates the basic concept of a Bloom filter:

Interactive Bloom Filter

This visualization demonstrates how a Bloom filter works based on the implementation described in the blog post.

Bit = 0
Bit = 1
Highlighted Position

History

Logs

False Positive Rate

Estimated false positive rate with current parameters: 0%

Formula: (1 - e-kn/m)k where: