sbt/main/src
Matt Dziuban 3d99cffd5a
[2.x] Improve performance of `ClassStamper` (#9253)
- 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
2026-06-27 19:04:33 -04:00
..
main [2.x] Improve performance of `ClassStamper` (#9253) 2026-06-27 19:04:33 -04:00
test [2.x] Improve performance of `ClassStamper` (#9253) 2026-06-27 19:04:33 -04:00