Back to all tags

Posts tagged with "Performance"

2 posts with this tag

How C++23 Makes constexpr More Practical (and Why You Should Care)

C++23 enhances constexpr by making it work with more types and providing better compiler feedback. Learn how to leverage compile-time evaluation for cleaner, faster, and more reliable code.

April 13, 2025
Read more

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