[Mono-bugs] [Bug 59537][Nor] Changed - improve NameTable performance
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 16 Sep 2004 06:10:20 -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-09-16 04:37:27.000000000 -0400
+++ shadow/59537.tmp.32377 2004-09-16 06:10:20.000000000 -0400
@@ -643,6 +643,18 @@
------- Additional Comments From mono@bitfurnace.com 2004-09-16 04:37 -------
Created an attachment (id=10755)
130K test xml
+
+------- Additional Comments From atsushi@ximian.com 2004-09-16 06:10 -------
+I haven't tried by myself (it would be great if you would provide the
+procedure to test it other than compilation and run), but think most
+of the execution time is spent on reflection (Activator.CreateInstance()).
+
+Also, now that your code seems much faster than old one, it makes
+little sense to compare execution speed. It is memory consumption that
+is questioned.
+
+You can use "mono --profile yourtest.exe" to get memory allocation
+count. On MS.NET, you can use NProf or CLR Profiler.