[Mono-bugs] [Bug 59638][Blo] Changed - MONO Beta 2 bug with XmlSerializer member ordering

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 8 Jun 2004 12:39:23 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by lluis@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=59638

--- shadow/59638	2004-06-05 22:30:19.000000000 -0400
+++ shadow/59638.tmp.11846	2004-06-08 12:39:23.000000000 -0400
@@ -87,6 +87,10 @@
 
 
 ------- Additional Comments From davidandrewtaylor@hotmail.com  2004-06-05 22:30 -------
 Created an attachment (id=8014)
 Beta 2 XmlTypeMapping.cs with patch applied
 
+
+------- Additional Comments From lluis@ximian.com  2004-06-08 12:39 -------
+Have you checked if changing from Hashtable to ListDictionary has any
+effect on performace? ListDictionary performs linear search of elements.