Benchmarking rust compilation speedups and slowdowns from sccache
and -Zthreads
Just a PSA from one rust developer to another: if you use sccache, take a moment to benchmark a clean build1 of your favorite or current project and verify whether or not having RUSTC_WRAPPER=sccache is doing you any favors. I’ve … Continue reading