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 2022/06/20 03:43:11 UTC

[GitHub] [doris] xiaokang commented on pull request #10169: optimize substr performance

xiaokang commented on PR #10169:
URL: https://github.com/apache/doris/pull/10169#issuecomment-1159934807

   I have done the performance comparison test. The test shows that:
   
   1. volnitsky algorithm with searching across rows is the best, which is 2.0x and 1.5x faster than std::search in two test cases. And gcc
   2. gcc-11.1.0 and clang-13.0.1 is almost the same, with little difference and is negligible since tested at different time.
   
   ![image](https://user-images.githubusercontent.com/680838/174521206-ca0781ba-adc7-42ee-91c5-1a6d0d21a226.png)
   
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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