python-bloomfilter

Native Python implementation of the Bloom filter probabilistic data structure

Description

This module includes both the Bloom filter probabilistic data structure, together with a Scalable Bloom filter that allows a bloom filter to grow without knowing the original set size.

Bloom filters are great if you understand what amount of bits you need to set aside early to store your entire set. Scalable Bloom Filters allow your bloom filter bits to grow as a function of false positive probability and size.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/jaybaird/python-bloomfilter


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python-bloomfilter