sbt/internal/util-logging
Diego E. Alonso-Blas 3657910063 ConsoleAppender: reuse/recycle StringBuilder storage.
A StringBuilder is a mutable data structure to create a String.
When the String is created, the new String does not share any
storage with the StringBuilder. Thus, we can keep a same
StringBuilder, and reuse its internal storage between different
iterations.
2019-10-22 23:30:09 +02:00
..
src ConsoleAppender: reuse/recycle StringBuilder storage. 2019-10-22 23:30:09 +02:00
NOTICE move modules around. 2015-08-20 00:59:57 -04:00