Files
sbt/main/src
eugene yokotaandMatt Dziuban ddbfe9702e [2.0.x] Improve performance of ClassStamper (#9396)
- 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]>
2026-06-27 19:38:01 -04:00
..