User profile: clanmjc

User info
User name:clanmjc
History
Joined:
Number of posts:666
Latest posts:

assertion failure
In 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 names
Names are std::string no more than 3 characters in length. What built in container or boost contain...

Fastest performance lookup/insert/update thread safe
Thanks for the suggestions I'll look into both and report back. @EssGeEich - One of my ideas that s...

Fastest performance lookup/insert/update thread safe
I've got a name and a score. Name is a std::string, score is a double. I need to be able to, in a ...