[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
from snaggen@programming.dev to rust@programming.dev on 11 Nov 2023 10:54
https://programming.dev/post/5720786
threaded - newest
Exciting! Nice to see how cranelift interacts with other compilation speedup strategies.
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.