Sunday, May 18, 2003

.NET two times slower (eventually) than Java

.NET performance still seriously lags Java "If we look at the .NET CLR, being a simple JIT, it never improves over time. On the other hand, the Hotspot Server only widens its performance lead...The Sun Hotspot server edition eventually widens its lead to the point where it is running almost two times as fast as .NET version 1.1! While the CLR couldn't get below 8 seconds, starting with the 23rd iteration, the Sun Hotspot server JVM never went above 5 seconds! So for applications that don't just open and close, the Hotspot JVM absolutely wipes the floor with the latest and greatest Microsoft CLR."

No comments: