Articles C++
Small String Optimization (SSO) in C++
Small string optimization (SSO) is a mechanism that C++ has in order to avoid memory allocation when dealing with short strings.
Small string optimization (SSO) is a mechanism that C++ has in order to avoid memory allocation when dealing with short strings.
Some useful tricks to improve your code with ChatGPT with 0 effort
A guide to understand what code coverage is and how to use it in Rust
Small critique in nowaday testing in software development.