Info
Version: | 6.5.0+e24dde14 |
Author(s): | Ofir Makmal <[email protected]>, Alessio Parma <[email protected]> |
Last Update: | Thursday, February 15, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://gitlab.com/pommalabs/codeproject/object-pool |
NuGet Url: | https://www.nuget.org/packages/CodeProject.ObjectPool |
Install
Install-Package CodeProject.ObjectPool
dotnet add package CodeProject.ObjectPool
paket add CodeProject.ObjectPool
CodeProject.ObjectPool Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
No dependencies.
No dependencies.
No dependencies.
No dependencies.
Tags
It is completely based on the Code Project article of Ofir Makmal (http://goo.gl/4qig6T). Library is production ready and it is successfully working in real life systems. Original source code has been modified, in order to introduce a Parameterized Object Pool, already drafted by Ofir Makmal in the comments of the article. Moreover, a few unit tests have been added, in order to improve code reliability, and a lot of other small changes have also been applied.
Of course, all modified source code is freely available at the project URL of this package. Many thanks to Ofir Makmal for his great work.