mirror of
https://github.com/sbt/sbt.git
synced 2026-09-02 11:07:30 +02:00
- Use Builders to avoid building intermediate collections - Use a mutable.Set for alreadySeen - Use plain Set instead of SortedSet - Sorting only needs to happen at the end of the computation in transitiveStamp Co-authored-by: Matt Dziuban <[email protected]>