Hacker News new | ask | show | jobs
by filipproch 172 days ago
How does this differ from sccache, which is already distributed?
1 comments

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!