Info
Version: | 1.0.5 |
Author(s): | Anatoly Zhmur |
Last Update: | Monday, June 26, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/azhmur/PooledMemoryStream |
NuGet Url: | https://www.nuget.org/packages/PooledMemoryStream |
Install
Install-Package PooledMemoryStream
dotnet add package PooledMemoryStream
paket add PooledMemoryStream
PooledMemoryStream Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- System.Buffers(>= 4.5.0)
- System.Memory(>= 4.5.3)
- System.Buffers(>= 4.5.0)
- System.Memory(>= 4.5.3)
- System.Buffers(>= 4.5.0)
- System.Memory(>= 4.5.3)
Tags
Best used for LOH sized streams. Look at benchmarks on github for details.