Skip to content.

Manageability

Sections
Personal tools
You are here: Home » blog » archive » just getting started

Comment

Above in this comment thread: The Ultimate Java Versus C# Benchmark

just getting started

Posted by Anonymous User at 2005-06-07 12:31 PM

>> (BTW, did anyone notice? The Java version actually took less lines of code than the C# version, hmmm?)

just got shown this today. the first dishonesty in the comparison is the fact that when you format the code the same way in both languages, the c# is 8 lines longer with that dramatic increase comeing from the extra usings and the namespace block stmt. that s huge isn't it? im still working on the performance details, but im sure i will find similar trickery.

Those statements have no effekt on the final code ...

Posted by Anonymous User Anonymous User at 2005-07-07 06:01 AM

It doesn't matter how many using statements you put in - the compiler will only pull the stuff it needs and the final IL code will be the same. Also i hardly believe that a namespace has any effect on performance at all ...

 
 

Powered by Plone

This site conforms to the following standards: