: Hi Charles,
:
: are you sure that C# is fast enough for the intended application? I have been advised against using C#.
:
: regards Uli
http://www.tommti-systems.de/go.html?http://www.tommti-systems.de/main-Dateien/reviews/languages/benchmarks.html
As an example of C# performance versus java and C++. You sacrifice a bit of perfomance, but development time is much quicker and the code is usually more stable. In C# there are plenty of tricks to improve performance, as there are in C++ and any other language. C# is usually faster than Java, and it's more likely that somebody has the .NET runtime installed than the Java runtime. Java, as you know, is platform-independent, but C# has more and more support in Linux. Microsoft has recently released a free version of its C# compiler that has the new VS 2005 UI.
This benchmark actually rates C# as the second-fastest language (in its pick of languages):
http://www.osnews.com/story.php?news_id=5602&page=3
Posted 20-Jan-06 03:13 by Charles Nadolski <charles.nadolski
gmail.com>
