Hacker News new | ask | show | jobs
by antirez 5951 days ago
I think for many large projects (> 100k lines of code at least, I guess) compilation speed can be critical.

GCC is not perfect, but works well enough, is stable enough, that to switch without a strong argument is going to be a slow process at best.

1 comments

Clang is supposed to be faster than gcc.