Skip to content

Comment on Ask HN: Is an AMD Threadripper a good idea to speed up code compilation?

Comments

Hard to say without benchmarking. Unless the compilation process can be parallelised (as in "lots of files without interdependencies"), you'll find little use for extra cores beyond the average number of simultaneous possible compilations.

This is all very project-dependent - you might even optimise your build process by moving things around to reduce these dependencies (facilitating parallel compiles).

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.