|
|
|
|
|
by duskwuff
1202 days ago
|
|
> e.g. for video codecs not even C et al. cut it, you have to do assembly This is largely inaccurate. Video encoders/decoders are typically written in C, with some use of compiler intrinsics or short inline assembly fragments for particularly "hot" functions. |
|
The times that assembly outperforms a higher level language has reduced as well over time, with compiler and CPU improvements over time.