Small string optimization in C
Here is a practice for the article https://hackmd.io/@sysprog/linux2020-quiz2 I'm gonna implement the class, something like std::string, with strategy copy-on-write to achieve small string optimization.
Small string optimization in C
Here is a practice for the article https://hackmd.io/@sysprog/linux2020-quiz2 I'm gonna implement the class, something like std::string, with strategy copy-on-write to achieve small string optimization.