Rethinking Strings with std::string_view
Exploring how std::string_view in C++17 changes the way we handle strings, improving performance and API design while challenging traditional string management approaches.
January 2, 2025
Read more
Exploring how std::string_view in C++17 changes the way we handle strings, improving performance and API design while challenging traditional string management approaches.