bd2019us commented on issue #3275: [CLOUDSTACK-10408] Fix String.replaceAll() to replace() for better performance URL: https://github.com/apache/cloudstack/pull/3275#issuecomment-486408102 Hi @DaanHoogland , I did not test the performance but analyzed theoretically. The code is further optimized by passing a char for replacement instead of string. The improvement sometimes can be small (only once) and sometimes can be huge (intensively invoked). Anyway, it will benefit the performance. Thanks.
---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services