Posted by
michael
on from the gotta-be-useful-for-something dept.
Jacob Marner writes: "A large independent university report has just been published that examines whether Java is useful for professional game development."
In contrary to popular belief, Java applications are in fact not much slower than C++
applications when they have been tuned for performance. A rough estimate based on the
various benchmarks would say that tweaked Java code is a little slower than C++;
typically 20-50% on the average, but this is hard to tell for certain because of the large
variations in the speed seen in the benchmarks....
20-50% is "not much slower" ??
Say I had two programs, one done in all C++ and one done in all Java
Now, if these numbers are right, then the C++ program is up to TWICE as fast as the Java one... I think I know which one I'll be using.
20-50% is "not much slower" ??
Say I had two programs, one done in all C++ and one done in all Java
Now, if these numbers are right, then the C++ program is up to TWICE as fast as the Java one... I think I know which one I'll be using.
Pokey The Penguin!