Talk:Comparison of C Sharp and Java: Difference between revisions

Content deleted Content added
Tbjablin (talk | contribs)
Tbjablin (talk | contribs)
No edit summary
Line 80:
Both C# and Java are run-time compiled. Java can run in interpretted mode and even has a flag for it
java -Xint, but java -Xmixed (interpretted mode mixed with compilation) is the default. You might want to try rerunning your benchmark with java -server -Xincgc -Xmx512M and Java 1.5 [[User:Tbjablin|Tbjablin]] 01:25, 24 Apr 2005 (UTC)
 
Also, looking at your benchmarks they are quite clearly dominated by Java's slow startup time. You might consider benchmarks that run for atleast a minute. Compare your results with [[http://www.osnews.com/story.php?news_id=5602]] at that time Java was outprerforming C# in every area except trig performance, but things may have changed since then. [[User:Tbjablin|Tbjablin]] 01:33, 24 Apr 2005 (UTC)