https://bugzilla.novell.com/show_bug.cgi?id=351638
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=351638#c12 --- Comment #12 from Juraj Skripsky <[EMAIL PROTECTED]> 2008-10-07 06:44:46 MDT --- Created an attachment (id=243937) --> (https://bugzilla.novell.com/attachment.cgi?id=243937) Array.cs - version 1 of 3 Here you go, Paolo. This is Array.cs with the qsort optimization applied. 2008-10-07 Juraj Skripsky <[EMAIL PROTECTED]> * Array.cs (Sort): optimize qsort by employing multiple, faster copies of the inner-most loops: - for case "comparer != null" - for case "pivot is IComparable<T>" - for case "pivot is IComparable" Remove compare methods as the inner loops now do their work. Use GetValueImpl instead of GetValue in swap. Part 1 of 3 fixing bug #351638. -- Configure bugmail: https://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
