Linked by Thom Holwerda on Wed 21st Jun 2006 22:53 UTC
Thread beginning with comment 135980
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.




Member since:
2006-01-28
Please show your bencmarks.
The benchmarking I did for some of our code showd it is *fast*. About 5 times on average faster equivialent pythin code, and only 10% slower (one routine not withstanding that was twice as slow) than the equivialent C/C++ code (yes it was a mix of C/C++ :-( )
Relative to others Java still is a memory hog, has slow VM startup time,and GUI/Swing (which our benchmarked routines didn't use) feels slow.