I have a bunch of ideas for how to make the Rust compiler faster.
Discription
Im going to try them out and see what works, then write about it here.
Ive been working on rustc performance for several months now, in my spare time. In that time, I think Ive made some pretty good progress: the compiler is around 10% faster than it was when I started (measured by compile-time speedup), and many of the changes are already in master . But theres still a lot more work to do!
In this post, I want to talk about where we stand today with respect to performance improvements
https://t.co/kG2Ig4lhhe
References
Back to Main