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

std::map is slow #124

Open
TobbetheStalker opened this issue Jan 13, 2017 · 2 comments
Open

std::map is slow #124

TobbetheStalker opened this issue Jan 13, 2017 · 2 comments
Assignees

Comments

@TobbetheStalker
Copy link
Collaborator

It might be a good idea to change std::map in Subject to something else since it is really slow.

@TobbetheStalker TobbetheStalker added this to the v0.2.0 - Alpha milestone Jan 13, 2017
@TobbetheStalker TobbetheStalker self-assigned this Jan 13, 2017
@MartinClementson
Copy link
Collaborator

unordered_map is way faster if you are not iterating

@Pistonnoob
Copy link
Collaborator

We do iterate it, a lot more often than we do other operations in fact.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants