Skip Navigation

[Blog] How I Improved My Rust Compile Times by 75%

benw.is How I Improved My Rust Compile Times by 75%

One of Rust's often mentioned pain points is slow compile times. In order to have nice things like the borrow checker, safety guarantees, and zero cost abstractions, we pay in time spent compiling. I was able to decrease that time by 75%.

How I Improved My Rust Compile Times by 75%
2