http://bugzilla.novell.com/show_bug.cgi?id=464929
http://bugzilla.novell.com/show_bug.cgi?id=464929#c4 --- Comment #4 from Marek Safar <[email protected]> 2009-12-11 15:48:47 UTC --- Yes, as I wrote this is down to our culture sensitive string comparison, if you need fast string comparison use list.Sort (StringComparer.Ordinal); this change makes your code about 20x faster. -- 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
