this post was submitted on 14 Aug 2024
27 points (96.6% liked)

Rust

5758 readers
30 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

[email protected]

Credits

  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

founded 1 year ago
MODERATORS
 

Planning to build a PC in couple of weeks.

What is the optimal number of cores to have without having diminishing returns?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 1 month ago

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.