[GitHub] commons-lang issue #300: Improve StringUtils#replace throughput

2017-10-12 Thread PascalSchumacher
Github user PascalSchumacher commented on the issue: https://github.com/apache/commons-lang/pull/300 Thanks! 👍 ---

[GitHub] commons-lang issue #300: Improve StringUtils#replace throughput

2017-10-12 Thread slandelle
Github user slandelle commented on the issue: https://github.com/apache/commons-lang/pull/300 Note: `substring` overhead happens since Java 7 (since it actually does a copy). ---

[GitHub] commons-lang issue #300: Improve StringUtils#replace throughput

2017-10-12 Thread coveralls
Github user coveralls commented on the issue: https://github.com/apache/commons-lang/pull/300 [![Coverage Status](https://coveralls.io/builds/13683982/badge)](https://coveralls.io/builds/13683982) Coverage remained the same at 95.199% when pulling