spring-framework/spring-aop
Marten Deinum c9b27af64f Reduce overhead of char[] creation
There are more locations which could benefit from not using a
toCharArray on a String, but rather use the charAt method from
the String itself. This to prevent an additional copy of the
char[] being created.
2020-11-17 11:57:09 +01:00
..
src Reduce overhead of char[] creation 2020-11-17 11:57:09 +01:00
spring-aop.gradle Use Gradle test fixture support for spring-aop 2020-01-02 16:01:35 +01:00