Insights About Rust's Slow Compilation Speed!
Compiling Rust code using the Rust compiler can be SLOW!
This is a complaint that I have had for some time because even on fast modern hardware there can be a long WAIT when compiling big and complex Rust software.
Brian Anderson writes of this problem in the article The Rust Compilation Model Calamity.
This is the FIRST in a series of posts about this topic and I am so very much looking FORWARD to the rest!
Topics covered include things like the HISTORIC reasons for why and how the Rust compiler became slow, and things like recent work that has been done to IMPROVE the Rust compiler’s compilation time.
This article really makes me UNDERSTAND why the Rust compiler is like it is.
I can’t wait for the NEXT article in this series!
The more I understand the Rust compiler the more I understand the very NATURE of the Rust language itself!
I must STUDY this more.