[Mono-bugs] [Bug 351638] [PATCH] Array.Sort: proper argument checking and performance enhancements

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Oct 7 08:46:40 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=351638

User juraj at hotfeet.ch added comment
https://bugzilla.novell.com/show_bug.cgi?id=351638#c13





--- Comment #13 from Juraj Skripsky <juraj at hotfeet.ch>  2008-10-07 06:46:39 MDT ---
Created an attachment (id=243939)
 --> (https://bugzilla.novell.com/attachment.cgi?id=243939)
Array.cs - version 2 of 3

This is Array.cs with the qsort opt and SortImpl/MoveNullKeysToFront on top of
it.

2008-10-07  Juraj Skripsky  <js at hotfeet.ch>

        * Array.cs (Sort): Add and call
        - SortImpl methods which do the real work without argument checking
        - MoveNullKeysToFront methods which do a null <-> non-null sorting and
        ensure that all non-null object implement IComparable/IComparable<T>

        Part 2 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.


More information about the mono-bugs mailing list