You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's about 10x the speed of murmur3 according to their benchmarks there. This I think would probably speed up this bloom filter implementation even further.
The text was updated successfully, but these errors were encountered:
Just a note, that I think by that benchmark it'd be more likely ~2.4x faster hashing, not 10x that I mentioned above. Since this would be small value hashing.
Awesome project! This worked great out of the box and was a speedup of around 10x from the previous package I was using.
See XXH3 hashing here:
https://cyan4973.github.io/xxHash/
It's about 10x the speed of murmur3 according to their benchmarks there. This I think would probably speed up this bloom filter implementation even further.
The text was updated successfully, but these errors were encountered: