[Mono-dev] Should we replace MemoryStream?

James P Michels III james.p.michels at gmail.com
Tue Nov 10 11:22:09 EST 2009


I use GetBuffer() quite often and I tend to think of memory stream as a
more OO mapping to a vanilla byte[]. ChunkedStream is something else.

I do not challenge the potential benefits of a ChunkedStream
implementation. However, this more advanced implementation should not be
forced on to the default case unless guarantees can be made for
equivalent performance and behavior in ALL cases. If these guarantees
can not be made, it should be an opt-in improvement.



More information about the Mono-devel-list mailing list