sbt/util-cache
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
..
src perf: Cache content hash of binary files 2025-11-11 15:59:42 -05:00
NOTICE Adds overrides for File-based caching 2017-04-17 10:24:54 -04:00