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.