The usefullness of views.
Performance of std::string_view vs std::string from C++17
by Bartlomiej Filipek
From the article:
How much is std::string_view faster than standard std::string operations?
Have a look at a few examples where I compare std::string_view against std::string.
Add a Comment
Comments are closed.