[Mono-list] Finally, dotray-0.1 relased.

Paolo Molaro lupus@ximian.com
Wed, 19 Jan 2005 16:04:01 +0100


On 01/19/05 Pawe?? Ró??a??ski wrote:
> It works, generates ppm-s with nice pictures. It is slower on mono
> (1.1.3) than on .net
> So, I thought that this will be nice thing to show here (and maybe it
> will help to make mono a even faster platform :P)

Nice tool.
The huge slowdown in mono is because we didn't specialize
Array.Sort() to work on the simple integer and floating point
array types.
It's quite simple to do, most by using cut&paste from the current
generic code. For testing with your tool you can just
implement handling of double[] for starters.
Thanks

lupus

-- 
-----------------------------------------------------------------
lupus@debian.org                                     debian/rules
lupus@ximian.com                             Monkeys do it better