× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



From: Aaron Bartell

While we all know Java has gained some excellent performance in recent
releases (I remember hearing of some big ones in 1.5) I don't think it can
hold a candle to a same process written in a lower level language,
correct?

Incorrect.

Java is compiled to byte code, and in the initial releases of Java, this
byte code was interpreted. End of story. And that may be what you're
thinking of when you're comparing theoretical Java performance vs.
performance of a compiled language such as C.

However, today's JIT compilers do a phenomenal job of turning the Java byte
code into executable machine code on demand, and so if your code is written
properly and is executed more than a few times, it will begin to approach
the speed of bare-metal compiled code.

JIT compilers may never reach the performance of compiled code, but they get
pretty close these days. And a lot depends on how good the C programmer is,
eh?

Joe


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.