http://bugzilla.novell.com/show_bug.cgi?id=464929

http://bugzilla.novell.com/show_bug.cgi?id=464929#c5


--- Comment #5 from Jonathan Chambers <[email protected]> 2009-12-11 22:17:48 
UTC ---
Two corrections to my comment. I had a bug in my test case. 

For sorting an int[] we are about 2X slower than .Net running our Sort on .Net.
Migrating to qsort makes us 5-10% faster. For the currently non-shortcut cases
(not int[], double[], char[]) we are 2.5-3X slower that .Net on .Net. Adding
special cases for these makes use a little less than 2X slower.

With a custom Comparer we are a little more than 3X as slow as .Net on .Net,
not 5X.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to