bloomfilter for Python
Project description
A bloom filter is a space efficient data structure that can be used to test whether a given element is part of a set. Lookups will occasionally generate false positives, but never false negatives. check: http://c-algorithms.sourceforge.net/
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pybloomfilter-1.0.tar.gz
(2.3 kB
view details)
File details
Details for the file pybloomfilter-1.0.tar.gz
.
File metadata
- Download URL: pybloomfilter-1.0.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 13d278688dde7187732f8742e6c71a87eecb67de5f7cb5c58e5a51db4db29365 |
|
MD5 | 33f6abf334c56d10c749b05bf952a045 |
|
BLAKE2b-256 | 3a167a7b1222d950c978ba7eaf165bb4eadbff48fc4dd44294873552d096f9b4 |