|
|
|
|
|
by fractaled
592 days ago
|
|
It's hard to know how to take this given that their first example (function call overhead) seems deeply flawed -- you'd never have a 'compare' strings function take std::string by value. (Maybe const string& or string_view). Also, the alternative would have to have a destructor of some type (unless it is a string_view analog) to make it an apples to apples comparison. |
|