Tag: performance
All the articles with the tag "performance".
-
C++ String Handling: std::string, string_view, and Performance Tips
Master C++ string handling — from std::string basics to std::string_view performance, string formatting, efficient string building, and common pitfalls.
-
Multithreading in C++: Threads, Mutexes, and Writing Thread-Safe Code
Learn C++ multithreading from scratch — covers std::thread, mutexes, lock_guard, atomic operations, race conditions, and thread-safe design patterns.