Info
Version: | 2.3.6 |
Author(s): | Fausto David Suarez Rosario |
Last Update: | Sunday, June 7, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/ListPool |
Install
Install-Package ListPool
dotnet add package ListPool
paket add ListPool
ListPool Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- System.Memory(>= 4.5.3)
- System.Memory(>= 4.5.3)
Tags
Changelog:
* Improve dispose performance
ListPool is the general use of the implementation, we recommend to use ListPool for most of the cases.
ValueListPool is the zero heap allocations implementation, it is optimal working along stackalloc initial buffer for small lists. Note, because it is a struct it is passed by value, not by reference.