[Mono-bugs] [Bug 61167][Nor] Changed - Extremely slow String.Replace method

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 7 Nov 2004 00:15:12 -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 bmaurer@users.sf.net.

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

--- shadow/61167	2004-07-09 11:12:31.000000000 -0400
+++ shadow/61167.tmp.18140	2004-11-07 00:15:12.000000000 -0500
@@ -139,6 +139,9 @@
 Console.WriteLine("Replace 18: " + DateTime.Now.ToString());
 MyString = MyString.Replace("ö", "[");
 Console.WriteLine("Replace 19: " + DateTime.Now.ToString());
 
 ------- Additional Comments From dick@ximian.com  2004-07-09 11:12 -------
 Fixed in CVS HEAD and 1.0
+
+------- Additional Comments From bmaurer@users.sf.net  2004-11-07 00:15 -------
+Closing...