Files
spring-batch/spring-batch-infrastructure
Marten Deinum 11bac7c4e1 Reduce the toCharArray overhead
Both the PatternMatcher and JdbcParameterUtils use String.toCharArray for
processing. This will create a new char[] which needs to be collected. The
same code has been rewritten to use String.charAt to reduce the overhead.

Additionally unneeded object creation in the PatternMatcher has been removed
as well, to reduce further objects needed to be gc'ed.
2021-03-17 18:25:18 +01:00
..
2021-03-17 18:25:18 +01:00
2021-02-04 16:01:22 +01:00