[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 09:44:00 -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 09:27:16.000000000 -0500
+++ shadow/74014.tmp.24751	2005-03-23 09:44:00.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 74014
 Product: Mono: Class Libraries
 Version: 1.0
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: dezelin@gmail.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -65,6 +65,10 @@
 
 
 ------- Additional Comments From dezelin@gmail.com  2005-03-23 09:27 -------
 Created an attachment (id=14736)
 The patch
 
+
+------- Additional Comments From lupus@ximian.com  2005-03-23 09:44 -------
+It would be better to use a StringBuilder in this case, just make sure
+you create it with the full size.