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 libring for consistent hashing #129

Closed
derekkraan opened this issue Jun 3, 2019 · 1 comment
Closed

Use libring for consistent hashing #129

derekkraan opened this issue Jun 3, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@derekkraan
Copy link
Owner

libring uses a hashing scheme that allows much better consistent hashing than the (naive) modulo hashing that we use today.

It may also make it easier to implement #86 later.

https://github.com/bitwalker/libring

@derekkraan derekkraan added the enhancement New feature or request label Jun 3, 2019
@derekkraan derekkraan self-assigned this Jun 7, 2019
@derekkraan
Copy link
Owner Author

Completed in #130

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

No branches or pull requests

1 participant