Hacker News new | ask | show | jobs
by rock_artist 1415 days ago
I don't know about Linux compilation but... We build software written in cpp on macOS/Windows (clang/msvc).

As there are compilation units, translation of addresses, linking, etc.

Memory AND storage takes important part. While CPU might be "idle" in some parts.

For big projects especially, memory and storage speed would be important for proper benchmarking.