Hacker News new | ask | show | jobs
by fpiazza 1279 days ago
rapid development/prototyping
1 comments

But it's faster to use a QList<Whatever> than having to do the same in C (repeat for all the non GUI classes that Qt brings in).
Not faster to integrate it into a build system or compile it though.
C++ is most certainly slower to compile… it's no problem to build it.

Anyway usually the consensus is that it's worth to save human time increasing compilation time. Otherwise nobody would use Rust instead of C