You might try reading my first post.Java: 140ms to print "Hello world" D: 50ms to turn a 400kb subtex document into an epub
You're not measuring what you think for the Java program. Did you calculate the runtime and JIT initialization time and subtracted that from the actual execution time? Otherwise your benchmark isn't sufficient.
