mirror of https://github.com/sbt/sbt.git
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. |
||
|---|---|---|
| internal | ||
| project | ||
| util-cache | ||
| util-tracking | ||
| .gitignore | ||
| .java-version | ||
| .scalafmt.conf | ||
| .travis.yml | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| NOTICE | ||
| README.md | ||
| build.sbt | ||