"Cache" string literals as C++ std::string objects. The string length gets cached and so we don't need to call strlen() on the literals at runtime.
"Cache" string literals as C++ std::string objects. The string length gets cached and so we don't need to call strlen() on the literals at runtime.