Pure Python Bloom Filter module
Project description
A pure python bloom filter (low storage requirement, probabilistic set datastructure) is provided. It is known to work on CPython 2.x, CPython 3.x, Pypy and Jython.
Includes mmap, in-memory and disk-seek backends.
The user specifies the desired maximum number of elements and the desired maximum false positive probability, and the module calculates the rest.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
bloom_filter-1.2.tar.gz
(7.0 kB
view details)
Built Distribution
File details
Details for the file bloom_filter-1.2.tar.gz
.
File metadata
- Download URL: bloom_filter-1.2.tar.gz
- Upload date:
- Size: 7.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 436db3ce9e8525bf4b63e610544016c14f351352f864373dc7aba16d4306f9c2 |
|
MD5 | d1b9142206f3915d57173631dbbd85fe |
|
BLAKE2b-256 | acf4e1241c747088923af4d58ff5d060c728d5a22d4886b18ad7688ffa8d266b |
File details
Details for the file bloom_filter-1.2-py3-none-any.whl
.
File metadata
- Download URL: bloom_filter-1.2-py3-none-any.whl
- Upload date:
- Size: 8.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a3dc773fbd59431e28e5e3a1369a6df9a933ed7fb07233c661c9f7447e695ace |
|
MD5 | b875b437e40b0df2c1c6f894951ea2cb |
|
BLAKE2b-256 | 1e6b05b217924be8735edeb0e808eb48cdf680d9182a82ffea58b9e3a684107a |