woadwarrior / bloom

Simple sha256 hash based counting bloom filter implementations in Python and Javascript. Filters built with the python module can be serialized to JSON and loaded from the javascript implementation.

Clone this repository (size: 19.7 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/woadwarrior/bloom/
commit 5: 2846ae8a905e
parent 4: b944715fe4b2
Fixed 2 minor docstring typos, added the MIT License. defaulttip
Jeethu Rao / woadwarrior
11 months ago
View at rev
bloom /
filename size last modified message
js  
.hgignore 42 B 14 months ago Added jsUnity based unittests.
LICENSE 1.1 KB 11 months ago Fixed 2 minor docstring typos, added the MIT License.
bloom.py 6.9 KB 11 months ago Fixed 2 minor docstring typos, added the MIT License.
test_bloom.py 2.2 KB 14 months ago Added JSON serialization support, added RLE compression for…