You are viewing a single comment's thread. Return to all comments →
You may get a performance increase if you use unordered_map as you are processing queries in order so the storage order doesn't matter.
Seems like cookies are disabled on this browser, please enable them to open this website
Attribute Parser
You are viewing a single comment's thread. Return to all comments →
You may get a performance increase if you use unordered_map as you are processing queries in order so the storage order doesn't matter.