How to speed up the Rust compiler in 2020
I last wrote in December 2019 about my work on speeding up the Rust compiler. Time for another update. Incremental compilation I started the year by profiling incremental compilation and making several improvements there. #68914: Incremental compilation pushes a great deal of data through a hash function, called SipHasher128, to determine what code has changed … Continue reading How to speed up the Rust compiler in 2020
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed