[Mono-bugs] [Bug 74014][Nor] Changed - Method BitConverter.ToString() runs very very slow (possible string concatention bug)

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 23 Mar 2005 12:04:37 -0500 (EST)


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 lupus@ximian.com.

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

--- shadow/74014	2005-03-23 10:57:45.000000000 -0500
+++ shadow/74014.tmp.27723	2005-03-23 12:04:37.000000000 -0500
@@ -83,6 +83,14 @@
 preferred way, I will send you the patch.
 
 Cheers,
 Aleksandar Dezelin
 
 
+
+------- Additional Comments From lupus@ximian.com  2005-03-23 12:04 -------
+stringbuilder is in corlib and it will use less memory.
+The char array requires about twice as much memory as the
+stringbuilder way.
+As for the possible slowness: let's get some numbers first
+and if it is significant we'll look at optimizing sb.Append().
+