DescriptionMove a few functions commonly called with char* to StringPiece.
In some cases this will avoid the implicit char* -> std::string conversion,
object creation, and string copying. One of the biggest benefit is on Windows,
where we can save some conversions in FilePath::AppendASCII.
Patch Set 1 #
Total comments: 1
Messages
Total messages: 2 (0 generated)
|