Ben Maurer wrote:
I'm not sure if this is related but there are some terrible
inefficiencies in following two classes

mcs/class/corlib/System.IO/TextWriter.cs
mcs/class/System.Web/System.Web/HttpWriter.cs

There are also some possibly unnecessary allocations of "new byte[1]" in BufferedStream.ReadByte/WriteByte. Might be better for the class to hold onto a single byte[] to reuse in each call?

--
- Joshua Tauberer

http://taubz.for.net

** Nothing Unreal Exists **


_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to