[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 +0000
https://programming.dev/post/5720786

#rust

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

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

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

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.