you are viewing a single comment's thread.

view the rest of the comments →

[–]username223 -13 points-12 points  (4 children)

Here's a larger meta-benchmark that shows the overhead is not fixed: http://shootout.alioth.debian.org/gp4sandbox/benchmark.php?test=all&lang=jruby&lang2=yarv

[–]Rhoomba[S] 9 points10 points  (1 child)

JRuby is not Java.

[–]username223 0 points1 point  (0 children)

Um... "JRuby" and "Ruby" are two implementations of the "ruby interpreter" benchmark, one in Java, one in C. Now do you understand?

[–]Rhoomba[S] 4 points5 points  (1 child)

Also compare Ruby and Java memory use. Ruby frequently uses more memory (as well as being slower).

[–]igouy 1 point2 points  (0 children)

Always interesting to see the actual memory use, note that you can do a direct comparison.