You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by GitBox <gi...@apache.org> on 2021/05/06 16:42:12 UTC

[GitHub] [cxf] dettmoney opened a new pull request #793: Remove String.replaceAll JAXRSUtils performance fix

dettmoney opened a new pull request #793:
URL: https://github.com/apache/cxf/pull/793


   It's much better to use substring to remove the last '/' character than replaceAll from a performance perspective. Certain applications can see up to 2% throughput gains with this change.


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



[GitHub] [cxf] ffang merged pull request #793: Remove String.replaceAll JAXRSUtils performance fix

Posted by GitBox <gi...@apache.org>.
ffang merged pull request #793:
URL: https://github.com/apache/cxf/pull/793


   


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