Thread: Java Update!
View Single Post
  #8  
Old September 23rd, 2004, 06:07 PM
Viro's Avatar
Viro Viro is offline
Registered User
 
Join Date: Nov 2003
Location: Oxford, UK
Posts: 2,492
Thanks: 0
Thanked 1 Time in 1 Post
Viro will become famous soon enoughViro will become famous soon enough
Are you benchmarking with the Server or Client VM?

Also it's a shame that Apple hasn't updated the Java developer libraries yet.

Here are some benchmarks that I normally run to gauge java performance on different platform. I normally deal with numerical apps, so these are representative of the performance I can expect to get from Java in these situations.

Check out Scimark at http://math.nist.gov/scimark2/run.html and Linpack at http://www.netlib.org/benchmark/linpackjava/. Java's performance on OS X is still pretty dismal.

Last edited by Viro; September 23rd, 2004 at 06:12 PM.
Reply With Quote