[Mono-bugs] [Bug 511247] Adding a lot of items to a ToolStripComboBox using AddRange is SLOW

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Jun 17 17:29:21 EDT 2009


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

User jpobst at novell.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=511247#c3





--- Comment #3 from Jonathan Pobst <jpobst at novell.com>  2009-06-17 15:29:20 MDT ---
Fixed in r136358.  15.42sec => .44sec on my machine.


2009-06-17  Jonathan Pobst  <monkey at jpobst.com>

    * ComboBox.cs: When using AddRange on a sorted combobox, don't
    try to use our inefficient sorted insert method, just append
    it and sort the whole thing at then end.
    [Fixes bug #511247]

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list