Wednesday, August 25, 2004

Java Faster than C/C++

This fascinating article refers to numerous benchmarks and provides sensible academic reasons why Java is as fast or faster than C/C++ in most cases. The most compelling reason is that the JIT compiler knows precisesly what machine it is running on, and can thus tune the code much more effectively than a normal commercial c/c++ compiler. It's almost unfair, really

Java pulling ahead? Java versus C benchmarks

0 Comments:

Post a Comment

<< Home