[Mono-list] About performance

Marcus mathpup@mylinuxisp.com
Tue, 23 Mar 2004 16:49:24 +0000


On SciMark, the performance drop is much worse, with Mono taking about 2.2X 
long as .NET.



On Tuesday 23 March 2004 7:06 pm, Philippe Lavoie wrote:
> Simple inquiry here,
>
> I have a program which takes 20 seconds with .NET from Microsoft and it
> takes 28 seconds on mono (both run are made inside a Windows 2000
> laptop). So it's about 30% slower to run it on mono. The code does
> multiple least square fit of data points to generate an array of NURBS
> curves, it also use log4net to write log information to a file and it
> uses XML deserialization to load all the input data (about 2Mb worth).
> So it's heavy on maths (lots a loops) with some IO tasks thrown in.