|
|
|
|
|
by cmrx64
919 days ago
|
|
the same reasons motivating C still apply at HPC: higher code density means fewer bits wasted representing redundant information, better cache utilization, minimization of memory fetch bandwidth, etc. basically, every metric derived from code size is happier when you have 20-30% fewer bits representing it. |
|