By bloid
via paulbuchheit.blogspot.com
Published: Jun 06 2007 / 02:08
I just saw this page comparing the performance of several languages on a simple Mandelbrot set generator. His numbers show Java being over twice as slow as C, but then I noticed that he's using an older version of java and only running the test once, which doesn't really give the JVM a chance to show off. I quickly hacked up the code to run 100 iterations 3 times and then used my standard "go fast" flags (there may be better flags, but I'm lazy). Here are my results
Add your comment
Voters For This Link (19)
-
bloid -
madlep -
daniel -
kupolov -
tarellel -
ecerulm.myopenid.com -
pegolon -
HedgeHog -
hchaudh1 -
ecerulm -
chentz -
spamster -
evarlast -
kangax -
plughead -
Roar -
mbien -
tr1ckst3r -
gst


