blob: ef3476e21c7ad6763bb2955defe15bda600dbac0 (
plain) (
blame)
1
2
3
4
5
|
pybloom is a Python implementation of the bloom filter probabilistic data
structure. The module also provides a Scalable Bloom Filter that allows a
bloom filter to grow without knowing the original set size.
WWW: https://github.com/joseph-fox/python-bloomfilter
|