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-squareKualk@lemm.eelinkfedilinkarrow-up6arrow-down3·3 months agoPreference order is: Fast IO like SSD and mirror RAID, then RAM size, then core count and then core speed. This is not RUST specific.
Preference order is: Fast IO like SSD and mirror RAID, then RAM size, then core count and then core speed.
This is not RUST specific.