Microbenchmarking 3: C#
I added C# to the list of microbenchmarks I did recently.
C#
The C# test were made using Visual Studio 2003, using the default settings for Debug and Release versions. Compared to C++, there is some small performance penalty with the tight loop tests. Matrix multiply is even slower than in Java, ten times slower than in C++. […]