Skip to main content
wr.fi

Bloom Filter in Python

code4/6
164
DownloadRaw
Apr 7, 2026

About

Space-efficient probabilistic data structure for set membership testing. Trades certainty for memory — 9.6 bits per element at 1% false positive rate.

Files (1)