this post was submitted on 21 Nov 2023
1 points (100.0% liked)
Hardware
47 readers
1 users here now
A place for quality hardware news, reviews, and intelligent discussion.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Single-core is more important for 99% of normal consumers. Most office productivity apps or web browsers are only lightly threaded.
Also, scaling cores efficiently is hard both in software and in hardware. 10 cores at 1x performance are going to be a lot more efficiently used than 20 cores at 0.5x performance.
First statement is definitely true, second statement is generally true but is super software and implementation dependent. Generally the issue isn’t fast vs slow cores it’s keeping all of those cores fed with data with memory and the OS scheduler handling events that makes a larger difference.
Obviously software makes the biggest difference of all in how many threads it allocates and where. This is an especially difficult issue as optimizing software for a server and for say a gaming PC are totally different problems with different optimal solutions