35
Where Does the Time Go? Rust's Problem with Slow Compiles
(thenewstack.io)
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Credits
Wierd that mold was not mentioned. A significant amount of time is spent in linking. Mold is a new linker that is much faster than the default and a drop in replacement if it works.
For my small hobby project compiling was absurdly slow. Switching to mold really cut down on waiting time.