Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add string_piece_util | Takuto Ikuta | 2017-04-26 | 1 | -0/+34 |
Following functions are implemented for further performance optimization. * JoinStringPiece * SplitStringPiece * EqualsCaseInsensitiveASCII * ToLowerASCII To improve performance of CLParser, I will introduce above functions into include_normalize-win32.cc. |