python-bloomfilter

Bloomfilter using numba to get performance close to C speed


License
MIT
Install
pip install python-bloomfilter==0.0.2

Documentation

bloomfilter

A Python/Numba implementation of a Bloomfilter. Achieves 1/3 the speed of a C/Cython solution.