sbt/main/src
Ethan Atkins c9dc041643 Don't use managedCache for library stamps
Using the managedCached introduced an unintended performance regression
because it ensured that we always computed the hash of each jar on the
dependency classpath. The backing ReadStamps only computes the stamp if
the timestamp of the jar has changed.
2020-07-28 13:50:49 -07:00
..
main Don't use managedCache for library stamps 2020-07-28 13:50:49 -07:00
test Cache compiled map during build load 2020-07-03 14:08:26 -07:00