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

Add PodHashMap #163

Merged
merged 3 commits into from
Dec 9, 2015
Merged

Add PodHashMap #163

merged 3 commits into from
Dec 9, 2015

Conversation

wingo
Copy link

@wingo wingo commented Dec 9, 2015

This is a cleaned up version of #97.

capr and others added 2 commits December 9, 2015 13:31
Adds an open-addressed hash table with linear probing.  The table uses
the Robin Hood Hash strategy to keep hashes totally ordered with each
other.
@wingo
Copy link
Author

wingo commented Dec 9, 2015

Based on #162. The dynasm changes that show up in the diff will go away.

@wingo
Copy link
Author

wingo commented Dec 9, 2015

@kbara yeah but first things first

@kbara
Copy link

kbara commented Dec 9, 2015

Yep, just trying to get my head around what to expect where. :-)

@wingo wingo mentioned this pull request Dec 9, 2015
wingo added a commit that referenced this pull request Dec 9, 2015
@wingo wingo merged commit 8b765dd into lwaftr_olive Dec 9, 2015
@wingo
Copy link
Author

wingo commented Dec 9, 2015

tx!

@wingo wingo deleted the wip-phm2 branch December 9, 2015 15:16
dpino pushed a commit that referenced this pull request Jun 6, 2018
README.md: State more clearly that Linux is required
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.

3 participants