sbt/util-cache/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 perf: Cache content hash of binary files 2025-11-11 15:59:42 -05:00
test/scala Add test for recovering from invalid JSON in disk cache. 2025-10-07 14:01:38 -04:00