You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2019/11/19 12:32:14 UTC

[GitHub] [incubator-doris] lingbin opened a new issue #2239: Add gutil split and strip tool

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org