|
|
|
|
|
by sidkshatriya
1475 days ago
|
|
Geometric mean of (time + gzipped source code size in bytes) seems statistically wrong. What if you shifted time to nanoseconds ? Or source code size in terms of Megabytes. The rankings could change. The culprit is the '+' I would think Geometric mean of (time x gzipped source code size) is the correct way to compare languages together. It would not matter what the units of time or size are in that case. [Here the geometric mean is the geometric mean of (time x gzipped size) of all benchmark programs of a particular language.] |
|