Why std::u16string is slower than array of char16_t? – stackoverflow.com

After some performance experiments, it seemed that using char16_t arrays may boost performance sometimes up to 40-50%, but it seems that using std::u16string without any copying and allocations should ...

from Hot Questions - Stack Exchange OnStackOverflow
via Blogspot

Share this

0 Comment to "Why std::u16string is slower than array of char16_t? – stackoverflow.com"