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/12/19 08:42:37 UTC

[GitHub] [doris] weizuo93 opened a new pull request, #15168: [Performance] Optimize performance of like expr using strstr()

weizuo93 opened a new pull request, #15168:
URL: https://github.com/apache/doris/pull/15168

   ## Problem summary
   
   Optimize performance of like expr using `std::strstr()` instead of `std::search()`.


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


[GitHub] [doris] yiguolei merged pull request #15168: [Performance] Optimize performance of like expr using strstr()

Posted by GitBox <gi...@apache.org>.
yiguolei merged PR #15168:
URL: https://github.com/apache/doris/pull/15168


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