Skip to content

Comment on Hello World execution timeparent

Comments

Well, back in the day... :-)

http://shootout.alioth.debian.org/gp4/benchmark.php?test=hel...

But "if all you ever want to do with programming is write little boring scripts" it might help to understand that 9 hundredths of a second delay is below the threshold that someone using the boring little script will notice.

And "if all you ever want to do with programming is write little boring scripts" simply using Java as an interpreter with -Xint might be faster.

For example, that old benchmarks game n=200 "hello world"

    Java 6 -Xint  15.429s
    Java 6 -client 16.929s
    Java 6 -server 17.073s
    Java 1.4 -server 35.738s
AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.