python-bloomfilter icon indicating copy to clipboard operation
python-bloomfilter copied to clipboard

Should be possible to use with a non-cryptographic hash

Open frankier opened this issue 7 years ago • 4 comments

Really a non-cryptographic hash such as https://github.com/hajimes/mmh3 should be used. I guess this could be made the default for new filter objects and then a tag could be added to the format so that old files can be restored correctly but newly created files can use murmurhash. Thoughts about this?

frankier avatar Apr 04 '18 08:04 frankier

Was there any progress on this?

varunkumar avatar Jun 24 '20 06:06 varunkumar

I'm working on a small proof-of-concept research project using pybloom-live and planning to use murmur3 as one of hash funcs I might submit a PR later.

RoyZhang7 avatar Sep 20 '22 20:09 RoyZhang7

@varunkumar @RoyZhang7 please make a PR, I will review and merge it.

joseph-fox avatar Sep 20 '22 22:09 joseph-fox

@joseph-fox Please take a look at https://github.com/joseph-fox/python-bloomfilter/pull/38

varunkumar avatar Oct 06 '22 01:10 varunkumar