GeistHaus
log in · sign up
6 pages link to this URL
How to speed up the Rust compiler in 2022

Between 2016 and 2020 I wrote a series of blog posts called “How to speed up the Rust compiler”. These were mostly about my work on the Rust compiler, plus some updates on the progress on the Rust compiler’s speed in general.

2 inbound links article en
The Rust compiler has gotten faster again

I worked on Rust part-time for several years at Mozilla. During that period I regularly summarized how the compiler’s performance had improved. For example: 2017-11-12 to 2019-07-24.

1 inbound link article en
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.