blob: e34446df4dcb42057646a159634fc72e0ae03a79 (
plain) (
tree)
|
|
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/jaybaird/python-bloomfilter/
|