miniblog.
← Back to all posts
Wilfred Hughes
Sep 6, 2021 at 00:06
Superb deep dive on rust compile optimisation with CI caching, examining usage of monomorphisation, and graphing the build tree:
https://matklad.github.io/2021/09/04/fast-rust-builds.html
Fast Rust Builds
It's common knowledge that Rust code is slow to compile. But I have a strong gut feeling that most Rust code out there compiles much slower than it could.