General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Vitaly L
ThePrimeTime
comments
Comments by "Vitaly L" (@vitalyl1327) on "It's Really Just That Bad" video.
Well, it is the fastest.
2
@random6033 there's still quite a few cases where Fortran is faster than C, thanks to its implicit aliasing semantics. To get C code closer to this performance you must litter it with explicit `restrict` specifiers (and mind you they're not supported by all compilers and are not available in C++).
1