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

C++ often perform significantly worse than assembly for many kinds of code where you care a lot about performance. You can bring that performance closer together with bits of ASM in your C++ but at that point you might as well use ASM.


The word is C++ performance comes from asm-like simd integration that can be not as mature in other languages.




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

Search: