6
votes
Modern, high performance bloom filter in Python?
I recently went down this path as well; though it sounds like my application was slightly different. I was interested in approximating set operations on a large number of strings.
You do m …
