logoalt Hacker News

ueckertoday at 6:07 AM1 replyview on HN

In practice, I see people write very performance C code where it matters, while moving on quickly where it does not. C++ code is often highly templated with annoying compile times, but still often slow because it still does not use the right data structures, and the amount of instruction bloat by specializing everything does not help for anything which is not a toy benchmark.


Replies

jstimpfletoday at 11:35 AM

This 1000%, sorry for low calories comment.