[Blog] How I Improved My Rust Compile Times by 75% (benw.is)
from snaggen@programming.dev to rust@programming.dev on 11 Nov 2023 10:54
https://programming.dev/post/5720786

#rust

threaded - newest

nh4n0@programming.dev on 11 Nov 2023 16:39 next collapse

Exciting! Nice to see how cranelift interacts with other compilation speedup strategies.

onlinepersona@programming.dev on 11 Nov 2023 23:15 collapse

128GB RAM

72GB RAM

Wow… that’s not normal. The could work nearly entirely in RAM. Just put the temporary build files in RAM.

Didn’t know about mold and cranelift. Adding them to my notes.

Thanks for the share.