Linux Mint
My Places
Sign in
Community
Software
Users
Moderation
Beta Testing
ISO Images
Teams
python-pybloomfiltermmap
Bloom filter (bloomfilter) for Python built on mmap
0
no reviews
Install
This module implements a Bloom filter in Python that's fast and uses mmap files for better scalability.
It main advantages are:
* It natively uses mmaped files.
* It natively does the set things you want a Bloom filter to do.
* It is fast.