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

introducing wyhash hash function #6618

Open
wangyi-fudan opened this issue Nov 23, 2019 · 1 comment
Open

introducing wyhash hash function #6618

wangyi-fudan opened this issue Nov 23, 2019 · 1 comment
Labels
class:optimization state:needs-coding the solution is trivial, some coding (or additional coding) is needed

Comments

@wangyi-fudan
Copy link

Dear All:
I would like to introduce wyhash (https://github.com/wangyi-fudan/wyhash)
It is a 64-bit little endian portable hash function. It is the fastest one that passed all strict hash function tests (https://github.com/rurban/smhasher). I think redis can make use of it to increase performance.

@trevor211 trevor211 added state:needs-coding the solution is trivial, some coding (or additional coding) is needed class:optimization labels Nov 2, 2020
@colinpcurtis
Copy link

Is this still something that is on the table to be implemented? I'd be down to help work on it if so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
class:optimization state:needs-coding the solution is trivial, some coding (or additional coding) is needed
Projects
None yet
Development

No branches or pull requests

3 participants