Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use xxHash instead of MurmurHash3 #7

Open
plokhotnyuk opened this issue Aug 12, 2016 · 4 comments
Open

Use xxHash instead of MurmurHash3 #7

plokhotnyuk opened this issue Aug 12, 2016 · 4 comments

Comments

@plokhotnyuk
Copy link

https://cyan4973.github.io/xxHash/

@alexandrnikitin
Copy link
Owner

alexandrnikitin commented Aug 12, 2016

Agree, it would be nice to have it built into the lib. I found a good Java implementation here: https://github.com/OpenHFT/Zero-Allocation-Hashing

@velvia
Copy link

velvia commented Oct 25, 2016

+1
Although this can be worked around just by using XXHash itself to compute a 64-bit value.

Here is another XXHash implementation which seems fairly fast:
https://github.com/jpountz/lz4-java

@asoltysik
Copy link

How is the uniformity of xxHash? Couldn't find any bechmarks wrt to that.

@velvia
Copy link

velvia commented Dec 4, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants