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 m
The Bing team has released RecyclableMemoryStream and wrote about it here. The benefits they cite are: