pybloomfiltermmap icon indicating copy to clipboard operation
pybloomfiltermmap copied to clipboard

bloom filters with billions of items always returns true

Open assafmo opened this issue 8 years ago • 2 comments

I'm using this config - https://hur.st/bloomfilter?n=10000000000&p=0.0000001 (10 billion items), but then every check I make returns true.

The file size is around 40GB (which is good), but maybe there are some problems when items > c maxint (i.e. itmes>2.1 billion)?

Please help.

assafmo avatar Jul 31 '17 08:07 assafmo

@assafmo, have you managed to resolve this?

I'm actively working on pybloomfiltermmap3, so I'd be happy to hear input on this, whether it's something to fix, or to put a notice about a limitation.

mizvyt avatar Jan 13 '20 03:01 mizvyt

Didn't manage to solve this, used bloomd instead. Sorry.

assafmo avatar Mar 17 '20 23:03 assafmo