Back to all tags

Posts tagged with "API Design"

1 post with this tag

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