CodeProject.ObjectPool
1.5.0
dotnet add package CodeProject.ObjectPool --version 1.5.0
NuGet\Install-Package CodeProject.ObjectPool -Version 1.5.0
<PackageReference Include="CodeProject.ObjectPool" Version="1.5.0" />
paket add CodeProject.ObjectPool --version 1.5.0
#r "nuget: CodeProject.ObjectPool, 1.5.0"
// Install CodeProject.ObjectPool as a Cake Addin #addin nuget:?package=CodeProject.ObjectPool&version=1.5.0 // Install CodeProject.ObjectPool as a Cake Tool #tool nuget:?package=CodeProject.ObjectPool&version=1.5.0
A generic, concurrent, portable and flexible Object Pool for the .NET Framework, 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.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40-client is compatible. |
-
- Finsa.CodeServices.Common (>= 1.0.7)
- Microsoft.Bcl (>= 1.1.10)
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on CodeProject.ObjectPool:
Repository | Stars |
---|---|
Difegue/Stylophone
A pretty cool™️ MPD client in .NET. Based on MpcNET.
|
* Cleaned up the core library.