I wrote some C++ code to test the performance of the ATL CStringW class vs. the C++ Standard Library’s std::wstring.
There are several aspects that can be considered when comparing string class performance: In the aforementioned code, I tested string vector sorting and string concatenation.
The code is available in this repository on GitHub.
You can take a look at the README for further details (including my test results).