[Mono-dev] how to improve mono performance

Miguel de Icaza miguel at ximian.com
Fri Nov 18 15:27:50 EST 2005


Hello,

> From the measurements I've taken, MS .NET is generally 2 to 3 times faster 
> than Mono, both using micro-benchmarks and applications that do "real" work.

It is easy to spot performance issues with micro-benchmarks, and we
typically use these to do some of our development work.

For large applications it is harder to find out what pieces are
performance issues in the runtime, and which others are operating system
pieces.  

For instance, even if our runtime produces slower code, ASP.NET
applications benefit from Linux's TCP/IP and file system async semantics
so overall, we come on top in many benchmarks.

Quoting `applications that do "real" work' without pointing to them is
useless.



More information about the Mono-devel-list mailing list