sbt/main-settings/src
Eugene Yokota 4265b92aa4 perf: Cache content hash of binary files
**Problem**
sha256 is currently a bottleneck for no-op compilation.

**Solution**
This adds a local, in-memory cache of sha256 hashes of binary files
using their timestamp and file size.
The size of the digest cache can be configured using localDigestCacheByteSize,
which is set to 1MB by default.
2025-11-11 15:59:42 -05:00
..
main/scala/sbt perf: Cache content hash of binary files 2025-11-11 15:59:42 -05:00
test/scala/sbt remove unnecessary nowarn annotations 2025-10-04 19:25:11 +09:00