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

-- 
-----------------------------------------------------------------
[EMAIL PROTECTED]                                     debian/rules
[EMAIL PROTECTED]                             Monkeys do it better
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to