Hacker News new | ask | show | jobs
by invalidname 1611 days ago
Compiling is IO/RAM bound. CPU has impact but not much for most cases.
2 comments

Nah, I only see minimal difference when building on a ram disk (source tree copied there too) compared to a nvme SSD.
You clearly aren't writing c++ :D