"Chunked" MemoryStream

Posted by Karol Kolenda on Stack Overflow See other posts from Stack Overflow or by Karol Kolenda
Published on 2009-07-29T21:20:42Z Indexed on 2010/03/14 1:35 UTC
Read the original article Hit count: 573

Filed under:
|

I'm looking for the implementation of MemoryStream which does not allocate memory as one big block, but rather a collection of chunks. I want to store a few GB of data in memory (64 bit) and avoid limitation of memory fragmentation.

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET