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

Comparison with jump consistent hash? #1

Open
philfreo opened this issue Aug 19, 2015 · 1 comment
Open

Comparison with jump consistent hash? #1

philfreo opened this issue Aug 19, 2015 · 1 comment

Comments

@philfreo
Copy link
Member

I haven't read through it all but I'm curious if implementing jump consistent hash ( http://arxiv.org/pdf/1406.2294.pdf ) would have the same effect as this library but without the redis dependency? If not, how are they different?

@hendrikmuhs
Copy link

Just a random pass by: JCH is way better than CRC or SHA, the data is more evenly distributed. Performance-wise it's highly recommended to use a native (e.g.Cython) implementation.

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

No branches or pull requests

2 participants