Includes PooledList, PooledDictionary, PooledSet, PooledStack, PooledQueue, and PooledObservableCollection: based on the corresponding collections in System.Collections.Generic, using ArrayPool internally to reduce allocations, and with some API changes that allow for better compatibility with Span.
Info
| Version: | 2.0.0-preview.27 |
| Author(s): | Joel Mueller |
| Last Update: | Thursday, November 28, 2019 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/jtmueller/Collections.Pooled |
| NuGet Url: | https://www.nuget.org/packages/Collections.Pooled |
Install
Install-Package Collections.Pooled
dotnet add package Collections.Pooled
paket add Collections.Pooled
Collections.Pooled Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- System.Buffers(>= 4.5.0)
- System.Memory(>= 4.5.2)
No dependencies.
Tags