1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/math/py-pybloom/pkg-descr

6 lines
262 B
Plaintext

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/