bloom-filter

Modern, high performance bloom filter in Python?

Modern, high performance bloom filter in Python? Question: I’m looking for a production quality bloom filter implementation in Python to handle fairly large numbers of items (say 100M to 1B items with 0.01% false positive rate). Pybloom is one option but it seems to be showing its age as it throws DeprecationWarning errors on Python …

Total answers: 6