Rust compiler performance survey 2025 results

https://blog.rust-lang.org/2025/09/10/rust-compiler-performance-survey-2025-results/

27 points · 1 comments · view on lemmy.world

1 Comments

Nils@piefed.ca · 4 pts · 342d

I recently started learning rust, and one of the things I liked was the quick build times after small changes. I did not know how bad it can get until I read this article, but I haven't tried anything besides terminal applications so far.

While I used some workarounds from my baggage using C/C++ it is nice to know other techniques people use with Rust, and it is nice to learn about Rust profiling tools as well.

Thanks for sharing, it is a very insightful article.