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

Change VECTOR C++ implementation to unordered_map and simplify it #24

Merged
merged 1 commit into from
Mar 14, 2019

Conversation

noitatum
Copy link
Contributor

LDPL does not care about the order of the elements in a map so we can use unordered_map which is much faster for the average case. There were also many unnecessary overloads since most of them can be implicitly converted.

@Lartu
Copy link
Owner

Lartu commented Mar 14, 2019

I'm most grateful for your exquisite pull request, Mr. Noitatum.

@Lartu Lartu merged commit f9cb687 into Lartu:master Mar 14, 2019
This pull request was closed.
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.

2 participants