Click here to Skip to main content
15,919,774 members
Articles
(untagged)

A replacement for MemoryStream

19 Mar 2012CPOL7 min read 193K   4.8K   143  
Explains the cause of the OutOfMemoryExceptions which commonly occur when using MemoryStream, and introduces a replacement which uses a dynamic list of memory segments as a backing store, as opposed to a single array, making it more resilient with large datasets.
This is an old version of the currently published article.

This article is currently in progress. This version is not yet publicly viewable