[Mono-list] Mono VM speed

Elmar Haneke elmar at haneke.de
Mon Apr 16 07:41:43 UTC 2012


> I developed and compiled app on Win7. It uses GTK# + Cairo to draw animation of 5 000 rotating lines in full screen. 

There are three parts involved:

  * Executing your C#-Code
  * Interfacing to GTK and Cairo
  * Executing Gtk/Caito native code

You should use an profiler to investigate where the difference arises.
At least you should make sure that both runs are using the same
Gtk/Cairo and Gtk# libraries.

Elmar



More information about the Mono-list mailing list