HACKER Q&A
📣 ladberg

Compilation Times Poll


I'm curious what kind of compilation times everyone is currently dealing with.

Mainly I'd like to see:

- Language

- Full build time

- Incremental build time

- Local or remote builds

- Tests / CI time (And is it in the critical path of making commits or asynchronous?)

(Guesses are fine, I mainly want to see rough order-of-magnitude estimates)

Thanks!


  👤 ladberg Accepted Answer ✓
- C++

- 5-10m full build

- 1-2m incremental build

- Remote

- ~10m tests, in the critical path