maven/maven-core
sebastien-doyon d362690a82
[MNG-7899] Various memory usage improvements 5 (#1270)
Multiple optimizations :
- renderLevel() method use static constants instead of rebuilding the strings on each call
- replace + operator usage with more PrintStream.print() calls to reduce temporary strings creation
- reduce usage of MessageBuilder.a() method usage with more PrintStream.print() calls to reduce temporary strings creation
- replace the builder() method with a static import
- replace String.format with a simple string concat to reduce memory allocation (garbage)
- change static constants to class member in MavenSimpleLogger
- add a setLength(int) method in MessageBuilder to enable reuse
2023-10-20 16:30:44 +02:00
..
src [MNG-7899] Various memory usage improvements 5 (#1270) 2023-10-20 16:30:44 +02:00
lifecycle-executor.txt Fix minor typos 2022-07-18 19:22:19 +02:00
plugin-manager.txt Fix typos in code 2022-07-19 00:45:13 +02:00
pom.xml [MNG-7896] Upgrade Junit from 5.9.1 to 5.10.0 2023-09-24 22:16:12 +02:00