Chringo / SSP

Large game project at the Blekinge Institute of Technology

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

std::map is slow

TobbetheStalker opened this issue · comments

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

unordered_map is way faster if you are not iterating

commented

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