Just wondering if it may be worth to add a third column "CPU & MEM". So you can see languages that are best at both CPU & MEM?
Score calculated as 0.5 * (lang_cpu/all_lang_median_cpu + lagn_mem/all_lang_median_mem) the lower the better.
So you can easily spot problem with language like "Racket" that has C-like CPU time but consumes x100 more memory.
Feel free to close ticket if not interested :)
Just wondering if it may be worth to add a third column "CPU & MEM". So you can see languages that are best at both CPU & MEM?
Score calculated as
0.5 * (lang_cpu/all_lang_median_cpu + lagn_mem/all_lang_median_mem)the lower the better.So you can easily spot problem with language like "Racket" that has C-like CPU time but consumes x100 more memory.
Feel free to close ticket if not interested :)