MemoryTributary NuGet Package

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.




Got any MemoryTributary Question?





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)



Tags



STATS

must-have-score

.5

avg-downloads-per-day

5

days-since-last-release

2157