assertion failureIn the first [code]for[/code] loop, what do you think happens when [code]cometname[/code] has a size...
My own template vector class. Can't push_back?If you want to use a templates method outside the file it is implemented .cpp. Then you need to mov...
Absolute fastest container to lookup namesNames are std::string no more than 3 characters in length. What built in container or boost contain...
Fastest performance lookup/insert/update thread safeThanks for the suggestions I'll look into both and report back. @EssGeEich - One of my ideas that s...
Fastest performance lookup/insert/update thread safeI've got a name and a score. Name is a std::string, score is a double. I need to be able to, in a ...