Thursday, March 16, 2006

Why Java Will Always Be Slower than C++

Neately composed article... Read here...

Thanks to Arula to pointing @ this.

3 comments:

  1. Thanks for the info. Take care.

    ReplyDelete
  2. That's a nice article but I guess its a bit outdated now. Java 1.5 came up with a lot of changes to make the language better and faster - support for generics, annotations!

    ReplyDelete
  3. I second that comment! With Java 6, java has gone a long way. I know there are areas where java can never be better than c++ (like array programmaing due to array bounds checking) but for the most general cases Java and C++ performances are very comparable.

    ReplyDelete