std::map is slow
TobbetheStalker opened this issue · comments
TobbetheStalker commented
It might be a good idea to change std::map in Subject to something else since it is really slow.
MartinC commented
unordered_map is way faster if you are not iterating
Kim commented
We do iterate it, a lot more often than we do other operations in fact.