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

hopscotch hashing #16

Open
wants to merge 1 commit into
base: xia
Choose a base branch
from
Open

Conversation

mengxiang0811
Copy link
Collaborator

This version adopts the hopscotch hashing instead of the simple hashing function to manage the XID types. The hopscotch hashing implementation is based on the original paper:

Herlihy, Maurice, Nir Shavit, and Moran Tzafrir. "Hopscotch hashing." Distributed Computing. Springer Berlin Heidelberg, 2008. 350-364.

You can find the paper here:
http://people.csail.mit.edu/shanir/publications/disc2008_submission_98.pdf

The experiments on the performance of different hashing algorithms are maintained here:
https://github.com/mengxiang0811/GSoC15-perfect-hashing

@AltraMayor
Copy link
Owner

We need to review and merge this pull request before the end of GSoC 2018 because Daivik needs it: https://groups.google.com/d/msg/linux-xia/bROqF5u1oX4/x1XCAVymCgAJ

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

Successfully merging this pull request may close these issues.

2 participants