Cranston's Life - Rust and More Rust

How the Rust Compiler is Getting Faster!

The speed of the Rust compiler is something that is VERY IMPORTANT to me!

A faster Rust compiler means that I can compile and test my code faster which means that I become a FASTER programmer!

Nicholas Nethercote has in the article How to speed up the Rust compiler in 2020 written about efforts to IMPROVE the performance of the Rust compiler.

I must read this article to gain KNOWLEDGE about what the Rust contributors are doing to make the Rust compiler FASTER.

I think that me learning from their TECHNIQUES may help me write FASTER Rust code!