Hacker News new | ask | show | jobs
by jmaygarden 1938 days ago
Rust does not build fast. It’s more comparable to C++ if not worse.
1 comments

that depends on your dependencies I believe. If the people who keep including serde into their crates would stop everyone would have faster compile times.

Stop using serde. please.

Dependencies make this much worse, but Rust itself is not really very fast at being compiled.