The most cost effective way to export for MacOS
-
-
@d-healey unfortunately not. It's has a cooling system that rivals a commercial rooftop HVAC
-
@Christoph-Hart What kind of temps do you see with your semi-passive system? Now I've put my system into its new case the temps are pretty firm at 52C but it's a little toasty for my taste.
-
A CPU can handle 100C so I wouldn‘t worry.
-
I changed the CPU governor from schedutil to conservative and now I'm at 45C.
-
I just did a benchmark with the new CPU compiling HISE (debug build so linking time is negligable).
8 threads: 1.50 minutes
10 threads: 1.51 minutes
20 threads: 1.37 minutesSo my recommendation is not to spend extra on a 5900x if your main use is software development.
-
Digging up this thread because I'm going to have a go building an Alder Lake system and see how it compares with the Ryzen.
My updated build times with the Ryzen 5900x since I did more tweaking to my system settings over the last few months
8 threads: 1m 5s
10 threads: 0m 57s
12 threads: 0m 51s
20 threads: 0m 47s
22 threads: 0m 46sThe extra cores/threads still show diminishing returns.
-
I've been using the Alder Lake system for a while now but today Debian got Linux 5.18 which adds some 12th gen scheduler improvements so I wanted to compare the 12600k compile times against the Ryzen.
8 threads: 1m 5s
10 threads: 1m 2s
12 threads: 0m 57s
14 threads: 0m 55sThe results aren't bad at all. 8 threads compiled in exactly the same time as on the Ryzen. The performance doesn't improve much though until 12 threads where the 12600 is trailing behind the Ryzen a little, and at 14 threads we're seeing diminishing returns.
So in my test the Alder Lake was a little slower than the Ryzen at anything above 8 threads. However there is one great benefit (for me) with the Alder Lake, it runs much much cooler than the Ryzen and I've got it installed in a completely passively cooled case, there are 0 fans, 0 noise, 0.1 dust. Compiling on the Ryzen always pushed the temps up to 70-80 and revved up the fans. I'll happily wait an extra 10 seconds in silence :)
-
@d-healey Are these times for a full rebuild of HISE develop in Release mode? If yes, this looks awesome (I think I'm at about 2 minutes on my 9900K system).
-
@d-healey 1 minutes? Very good results.
About 2 minutes on 10th gen i9 10900K system (128 GB RAM) and 2 minutes on M1 Max (96 GB RAM) here.
-
@Christoph-Hart This is the debug compiling only, so it doesn't include optimized linking because linking is single threaded and my original tests on the Ryzen were to compare the result with different thread counts. However I'm now using the Mold linker which I think supports multi-thread linking so I'll test the full build time on the Alder Lake with a release build and see what I get. I think Mold is only available on GNU/Linux (possibly MacOS).
-
Release build with 14 threads takes 4m 18.529s. I image the i9 would be considerably faster.