[Mono-bugs] [Bug 59537][Nor] Changed - improve NameTable performance
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 3 Jun 2004 07:11:31 -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 atsushi@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=59537
--- shadow/59537 2004-06-03 04:02:16.000000000 -0400
+++ shadow/59537.tmp.8923 2004-06-03 07:11:31.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 59537
Product: Mono: Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: Sys.XML
AssignedTo: mono-bugs@ximian.com
ReportedBy: mordechait@mainsoft.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -45,6 +45,10 @@
out of range.");
if (len == 0) return String.Empty;
return Add(new string (key, start, len)); ---> here we delegate...
}
What do you say ?
+
+------- Additional Comments From atsushi@ximian.com 2004-06-03 07:11 -------
+Please, attach the example code so that we can examine not only speed
+but also memory consumption.