[MonoDevelop] MonoDevelop OSX / Windows performance differences

Quandary quandary82 at hailmail.net
Sun Mar 13 14:41:26 EDT 2011


According to some benchmarks I recently read (don't remember where anymore),
mono was actually faster than .NET in most tested cases.

And that's understandable.
First, the core mono runtime/VM is written mostly in C, while the core
.NET framework runtime/VM is written in C++, and second, mono on Linux
profits from the faster speed of Linux filesystems.

(See Google's evaluation on EXT4 vs. XFS)

On 03/13/2011 04:10 PM, Stifu wrote:
> I'm not saying Mono is always slower than .NET. But it is in many cases.
> The slowness you're seeing could be just a certain thing in Mono that is
> slow. It might also be a Mac-specific Mono issue.
>
>
> philippe.monteil wrote:
>> I am surprised by this explanation because the performance difference is
>> very important,
>> and because the first comparisons we have made between the .Net and Mono
>> versions of our
>> GIS engine show that their execution times are very close, if not better
>> for the Mono version...
>> We use Monodevelop on W7-64/BootCamp on one hand and on MaOSX on the
>> other, on the same i7/iMac...
>>
>
> --
> View this message in context: http://mono.1490590.n4.nabble.com/MonoDevelop-OSX-Windows-performance-differences-tp3351859p3352020.html
> Sent from the Mono - MonoDevelop IDE mailing list archive at Nabble.com.
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list



More information about the Monodevelop-list mailing list