|
|
|
|
|
by pekk
3652 days ago
|
|
Except that the default, basic, recommended style for writing in C and writing in some other language X often produces very reasonably fast code in C, and horribly slow code in X. Which was the whole reason people advanced the argument that you need to use contortions to get X to generate code that even approaches the speed of normal, uncontorted C. |
|
C compilers are fast in modern times, because of the amount of industry money spent in writing C optimizers since the industry adopted it.