You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/02/27 15:08:10 UTC

[GitHub] markusthoemmes opened a new pull request #3357: Remove usages of replace and replaceAll on the hotpath.

markusthoemmes opened a new pull request #3357: Remove usages of replace and replaceAll on the hotpath.
URL: https://github.com/apache/incubator-openwhisk/pull/3357
 
 
   replace(String, String) and replaceAll(String, String) will compile regex patterns implicitly. This creates a lot of unnecessary garbage.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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