MemoryTributary is a re-implementation of MemoryStream that uses a dynamic list of byte arrays as a backing store, instead of a single byte array, the allocation of which will fail for relatively small streams as it requires contiguous memory.
Info
Version: | 1.0.1 |
Author(s): | lezhkin11 |
Last Update: | Wednesday, June 26, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://www.codeproject.com/Articles/348590/A-replacement-for-MemoryStream |
NuGet Url: | https://www.nuget.org/packages/MemoryTributary |
Install
Install-Package MemoryTributary
dotnet add package MemoryTributary
paket add MemoryTributary
MemoryTributary Download (Unzip the "nupkg" after downloading)
Dependencies
Tags