Hacker News new | ask | show | jobs
by agentgt 1484 days ago
I really wish they aggregated the metric of build time (+ whatever).

That is a huge metric I care about.

You can figure out it somewhat by clicking on each language benchmark but it is not aggregated.

BTW as biased guy in the Java world I can tell you this is one area Java is actually mostly the winner even beating out many scripting languages apparently.

1 comments

Do Java "build time" measurements include class loading and JIT compilation? :-)
Does C “build time” include the time it takes to load the binary from disk?