pybloof
pybloof copied to clipboard
A high performance python bloom filter thing.
Results
3
pybloof issues
Sort by
recently updated
recently updated
newest added
Well, this is the trivial part of updating to py3 :-)
The standard `contains` function in pybloof checks for a single element. If you'd like to check a range of elements, this is python-limited and slow, so this PR is for...
Looks like there are a few big differences (between bytes vs arrays in py2.x) that I need to deal with.
help wanted