|
|
|
|
|
by Matthias247
2421 days ago
|
|
I think it might depend a lot on the compiler and codebase you use. I got myself a 3900x, and for compiling Rust code it's actually not that much of a speed-up as expected. A lot of things are done in serial fashion - e.g. compiling single crates and linking. The average utilization during compiling a large project was maybe between 40 and 60%. When compiling LVVM however all cores where churning along at 100% utilization, so I expect a big speed-up there. |
|