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

Move to 64bit hash and custom hash functions #36

Merged
merged 5 commits into from
Jan 10, 2017
Merged

Move to 64bit hash and custom hash functions #36

merged 5 commits into from
Jan 10, 2017

Conversation

object88
Copy link
Owner

@object88 object88 commented Jan 8, 2017

In a Get function in hashmap, calculating a key's hash takes roughly 30% CPU time. This PR replaces hash function to see if swapping it out with something based on the hashing method used internally for map, can improve performance.

See #32 , #33

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.

1 participant