Hacker News new | ask | show | jobs
by tothepixel 3257 days ago
Cinebench scores are fantastic for speculating on how these CPUs will work in the context of 3D rendering/simulations. That personally has me very excited.
2 comments

Agreed - 3062 for the TR-1950X and 2431 for the TR-1920X are colossal results. 2167 for the i9-7900X is still huge!

At first I thought that (given it's AMD running the test) they'd hamstring the Intel CPU with an under powered cooler, but it looks like they gave it a big Corsair H100i 240mm water cooler. If that's not enough for a 140W CPU, I don't know what is - it was probably on turbo the entire time. They gave their own CPUs an "EK Prototype SP3" cooler, though - is this it? https://www.ekwb.com/shop/ek-kit-s360

Regardless, the message seems to be that if you want top performance, get a big cooler.

The "EK Prototype SP3" cooler was probably a prototype of a water block designed for the X399 platform. The chip is massive, so the existing solutions probably don't fit it.
My only qualm is that purchasing an i7 7700 system in comparison to a Ryzen 1700 system is almost the same price (since I'm buying my CPU from MircoCenter).

The use of my desktop is maybe 5% gaming, the rest is software dev and browsing, isn't there still a reason to prefer an IPC advantage for compilers and other system tasks?

I mentioned this, because I don't think a 12 core CPU would really give me that much more productivity or value gain than an i7 7700 or Ryzen 1700.

I only really need a single linux compatible nVidia GPU, enough cores and ram to comfortably handle 20 browser tabs, an IDE and a relatively hefty docker dev flow.

Unfortunately you don't see a whole lot of benchmarks of dev stuff on CPU review sites. Phoronix at least does Linux compile time. Not sure how representative that is of your "relatively hefty docker dev flow" but it shows the 1700 as 10% faster than the 7700K, which itself has a 17% higher base clock and 7% higher boost clock than the 7700.

http://www.phoronix.com/scan.php?page=article&item=amd-ryzen...

I generally have workflows that heavily utilize docker, i.e. use at least 2GB, docker compose on my MBP can take up to 6-8 minutes.

For me it's still unclear how much of a real advantage IPC provides for common tasks or non-parallel process a developer might be running.

Higher single thread performance is higher single thread performance, no matter if achieved via higher clock, doing more per clock ("IPC"), or both.

If you run one non-parallel task, the 7700K will be faster. If you run many non-parallel tasks in… parallel (make -j16), the 1700 will be seriously faster.