I\'ve discovered that std::strings are very slow compared to old-fashioned null-terminated strings, so much slow that they significantly slow down my overall pr
std::string
The main rules of optimization:
Are you sure that you have proven that it is really the STL that is slow, and not your algorithm?