sbt/core
Jason Zaugg 4f2933d364 Cache the hashCode of Configuration
I noticed this was showing up in profiles when SBT's task engine
was using Keys, etc (that contain Configurations) in HashMap's.

Let's cache it instead. I don't think there is a need to use a lazy
val for this, we can compute it eagerly.
2018-02-23 14:58:00 +10:00
..
src Cache the hashCode of Configuration 2018-02-23 14:58:00 +10:00
NOTICE Library management API 2017-07-15 11:17:23 -04:00