Comment on Show HN: Hurry – Fast Rust build cachingComments−filipproch8moHow does this differ from sccache, which is already distributed?−ilikebitsOP8mosccache caches at the per-rustc invocation level, whereas we cache at the package level. In practice, this means we get more cache hits and our cache hits take less overhead to load. You can see the benchmarks in our CI!
Comments
How does this differ from sccache, which is already distributed?
sccache caches at the per-rustc invocation level, whereas we cache at the package level. In practice, this means we get more cache hits and our cache hits take less overhead to load. You can see the benchmarks in our CI!