Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
rpigab
1y ago
0 comments
Save
Share
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.
0 comments
1 comments · 1 top-level
top
newest
oldest
GoblinSlayer
1y ago
The word is C++ performance comes from asm-like simd integration that can be not as mature in other languages.
j
/
k
navigate · click thread line to collapse