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

Use unordered_map to improve performance #54

Merged
merged 1 commit into from
Jul 17, 2015

Conversation

lit0908
Copy link
Contributor

@lit0908 lit0908 commented May 27, 2015

Hi,

I change it to unordered_map to improve the performance, which I think is the real hash table.

Reference: http://en.cppreference.com/w/cpp/container/unordered_map

Please review and merge if applicable.

Cheers

haoel added a commit that referenced this pull request Jul 17, 2015
Use unordered_map to improve performance
@haoel haoel merged commit 9ecbd01 into haoel:master Jul 17, 2015
@haoel
Copy link
Owner

haoel commented Jul 17, 2015

Thanks for this improvement.

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