1
vote
How can I increase the performance in a map lookup with key type std::string?
Here are some things you can consider:
0) Are you sure this is where the performance bottleneck is? Like the results from Quantify, Cachegrind, gprof or something like that? Because looku …
