Y
Hacker News
new
|
ask
|
show
|
jobs
by
j_baker
5575 days ago
I'm curious if someone can elaborate more on this. Is C++ in general
that
much more time-consuming to compile than C code? Or is it just an issue with gcc vs g++? Or is this issue unique to Groff?
1 comments
theatrus2
5575 days ago
C++, especially template heavy code, is orders of magnitude slower in compiling.
Clang and LLVM is faster but not that much faster.
link
Clang and LLVM is faster but not that much faster.