[Mono-bugs] [Bug 76218][Nor] Changed - Tokenizer/Seekable stream
bugs.
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Sep 27 12:14:26 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 miguel at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=76218
--- shadow/76218 2005-09-27 03:54:38.000000000 -0400
+++ shadow/76218.tmp.14837 2005-09-27 12:14:26.000000000 -0400
@@ -112,6 +112,14 @@
mode switch).
------- Additional Comments From martin at ximian.com 2005-09-27 03:54 -------
Well, at the point where we're parsing the `<', we're always in ascii
mode, aren't we ? So maybe we could just reset the decoder's state as
well to make things work.
+
+------- Additional Comments From miguel at ximian.com 2005-09-27 12:14 -------
+When I saw this patch for the first time on the list, I remember
+asking Atsushi about the performance implications of adding more
+tests to the pipeline.
+
+But it turned out that his path consumed less memory and was faster
+than our extra layer (SeekableStream) which impacts every read.
More information about the mono-bugs
mailing list