[Mono-bugs] [Bug 76399][Maj] Changed - System.IO.StreamReader.ReadLine is incredibly inefficient

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Oct 10 19:25:06 EDT 2005


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 gonzalo at ximian.com.

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

--- shadow/76399	2005-10-10 17:52:35.000000000 -0400
+++ shadow/76399.tmp.16723	2005-10-10 19:25:06.000000000 -0400
@@ -33,6 +33,11 @@
 override them. So we might be making a breaking change.
 
 One other option we have: we can first allocate an 80 char string on
 the stack (with stackalloc). If the string is less than that length,
 then we never need to create the string builder. sp and lupus will not
 like this though :-).
+
+------- Additional Comments From gonzalo at ximian.com  2005-10-10 19:25 -------
+Created an attachment (id=15900)
+Proposed patch
+


More information about the mono-bugs mailing list