Timely_Jellyfish_2077@programming.dev to Rust@programming.dev · 3 months agoWhich is more important for rust compilation: higher number of cores or faster single core performance?message-squaremessage-square6fedilinkarrow-up129arrow-down11file-text
arrow-up128arrow-down1message-squareWhich is more important for rust compilation: higher number of cores or faster single core performance?Timely_Jellyfish_2077@programming.dev to Rust@programming.dev · 3 months agomessage-square6fedilinkfile-text
Planning to build a PC in couple of weeks. What is the optimal number of cores to have without having diminishing returns?
minus-squareverstra@programming.devlinkfedilinkarrow-up1·3 months agoOh, i have to try these out to see if it effects my development cycle. I do notice that cargo check is super fast, but cargo build takes a long time. So codegen and linker could be the source of slowness.
Oh, i have to try these out to see if it effects my development cycle. I do notice that cargo check is super fast, but cargo build takes a long time. So codegen and linker could be the source of slowness.