blob: a041349eef44ca91ce57631c4cffa4c15b62dbb2 (
plain) (
blame)
1
2
3
|
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.
|