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

Adding Hopscotch Hashing #53

Open
barufa opened this issue Feb 25, 2019 · 1 comment
Open

Adding Hopscotch Hashing #53

barufa opened this issue Feb 25, 2019 · 1 comment

Comments

@barufa
Copy link

barufa commented Feb 25, 2019

Hi!
I has been thinking about implementing a Hopscotch hashing to extend the library.
Hopscotch is said to provide good performance at very high table load factors, even ones exceeding 0.9.
However, I am not sure about how fast it could be on haskell due to bit manipulation.
Have you ever try to implement it? @gregorycollins

@gregorycollins
Copy link
Owner

No but as I understand it's similar to cuckoo? I'm happy to take a patch

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