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: [email protected] With regards, Apache Git Services
