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

Implemented Union Hash Key (for better performance) #949

Closed
wants to merge 1 commit into from

Conversation

laruence
Copy link
Member

@laruence laruence commented Dec 9, 2014

No description provided.

@laruence laruence closed this Dec 9, 2014
@nikic
Copy link
Member

nikic commented Dec 23, 2014

What was the result of this experiment?

@laruence
Copy link
Member Author

@nikic it doesn't give speed up in reallife app(cache misses, previously we check p->h == key->h, but after this we need p->str->h == key->h)... this PR is opened by accident... it should have only stay in my repo :)

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.

None yet

2 participants