lingbin opened a new issue #2239: Add gutil split and strip tool URL: https://github.com/apache/incubator-doris/issues/2239 With these two tools, we can very easily perform splitting and trimming operations on strings. In these tools, StringPiece is used to split a string, which can avoid string copying, resulting in high performance than the boost library. we can also replace the existing boost::split() and boost::trim().
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org