logoalt Hacker News

SuperV1234today at 9:44 AM1 replyview on HN

This is a myth, C++ is not inherently slow to compile. It's the standard library that is very bloated and the main culprit for slow compilation.


Replies

jstimpfletoday at 11:54 AM

Many C++ features are very slow to compile, especially templates.

A quick compiling C++ project is most likely extremely conservative in its use of C++ (vs C) features.

show 1 reply