sbt/internal
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
..
util-control apply formatting 2019-04-20 23:23:13 -04:00
util-interface/src/main/java/xsbti Add Problem#rendered to customize how problems are shown 2018-08-28 03:58:15 +09:00
util-logging ConsoleAppender: reuse/recycle StringBuilder storage. 2019-10-22 23:30:09 +02:00
util-position/src -Xfatal-warnings 2018-09-19 22:46:38 -04:00
util-relation/src Scala 2.13.0 2019-07-14 12:47:43 -04:00
util-scripted/src/main apply formatting 2019-04-20 23:23:13 -04:00