sbt/main
Matt Dziuban 57e1b84997 Improve performance of `ClassStamper`.
- Use `Builder`s to avoid building intermediate collections
- Use plain `Set` instead of `SortedSet`
  - Sorting only needs to happen at the end of the computation in `transitiveStamp`
  - This is now done with a call to `.toSeq.sorted`
2026-05-22 10:20:25 -04:00
..
src Improve performance of `ClassStamper`. 2026-05-22 10:20:25 -04:00
NOTICE Transfer copyright to Scala Center 2023-06-20 16:39:07 +02:00