Hacker News new | ask | show | jobs
by opencl 3259 days ago
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...

1 comments

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.