Y
Hacker News
new
|
ask
|
show
|
jobs
by
ilikebits
176 days ago
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!