Rust compiler performance survey 2025 results (blog.rust-lang.org)
from nemeski@mander.xyz to rust@programming.dev on 10 Sep 19:46
https://mander.xyz/post/37709099

#rust

threaded - newest

thingsiplay@beehaw.org on 10 Sep 20:47 next collapse

Overall I am okay with slower build times. Its a tradeoff for the deep analysis while building. Its like using C and complaining that C is too low level… but that is probably just my opinion only.

Nils@piefed.ca on 11 Sep 00:54 collapse

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.