[Mono-bugs] [Bug 59537][Nor] Changed - improve NameTable performance
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 26 Oct 2004 18:54:13 -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-10-26 17:39:55.000000000 -0400
+++ shadow/59537.tmp.20420 2004-10-26 18:54:13.000000000 -0400
@@ -690,6 +690,13 @@
------- Additional Comments From bmaurer@users.sf.net 2004-10-26 17:39 -------
In terms of raw performance, can you see any difference? Also, can you
try with multiple documents, of different sizes? How much is the
difference?
+
+------- Additional Comments From atsushi@ximian.com 2004-10-26 18:54 -------
+Mhm, as for speed, almost no difference. As for memory consumption,
+less than 5% of improvements. Both factors depend on documents. And
+running my test posted above with the latest runtime, the new code is
+not faster than current one and memory consumption was still worse.
+Time to rethink.