ListPool NuGet Package

ListPool and ValueListPool are optimized allocation free implementations of IList using ArrayPool.

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.




Got any ListPool Question?





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)

.NETStandard 2.0 netstandard2.1 5 packages depend on this package.


Tags



STATS

must-have-score

avg-downloads-per-day

4

days-since-last-release

1412