Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Indeed. And there are numerous reasons why C++ code can be/is significantly faster; firstly code inlining for code that would be required to use function pointers in C (ala qsort vs std::sort), secondly, things such as expression templates for things such as Matrix libraries.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: