CodeProject.ObjectPool
1.3.1
See the version list below for details.
dotnet add package CodeProject.ObjectPool --version 1.3.1
NuGet\Install-Package CodeProject.ObjectPool -Version 1.3.1
<PackageReference Include="CodeProject.ObjectPool" Version="1.3.1" />
paket add CodeProject.ObjectPool --version 1.3.1
#r "nuget: CodeProject.ObjectPool, 1.3.1"
// Install CodeProject.ObjectPool as a Cake Addin #addin nuget:?package=CodeProject.ObjectPool&version=1.3.1 // Install CodeProject.ObjectPool as a Cake Tool #tool nuget:?package=CodeProject.ObjectPool&version=1.3.1
A generic, concurrent and flexible Object Pool for the .NET Framework, completely based on the Code Project article of Ofir Makmal (http://goo.gl/4qig6T).
Source code has been modified a bit, in order to introduce a Parameterized Object Pool, already drafted in the comments of the article.
Modified source code is freely available at the project URL of this package.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40-client is compatible. |
-
- PommaLabs.GRAMPA (>= 2.1.2)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on CodeProject.ObjectPool:
Package | Downloads |
---|---|
StackExchange.Redis.ConnectionPool
StackExchange.Redis‘s ConnectionPool. |
|
CodeProject.ObjectPool.MicrosoftExtensionsAdapter
A generic, concurrent, portable and flexible Object Pool for .NET. This package contains an adapter for Microsoft.Extensions.ObjectPool abstraction. |
|
Chain.Redis.Extensions
增加key是否存在判断 |
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.
|
Version | Downloads | Last updated |
---|---|---|
6.5.0 | 22,404 | 2/15/2024 |
6.4.0 | 13,491 | 11/16/2023 |
6.3.0 | 18,442 | 4/13/2023 |
6.2.0 | 15,186 | 12/18/2022 |
6.1.1 | 18,899 | 10/25/2022 |
6.1.0 | 17,728 | 11/20/2021 |
6.0.0 | 2,980 | 11/3/2021 |
5.0.5 | 5,643 | 11/1/2021 |
5.0.4 | 275 | 9/26/2021 |
5.0.3 | 2,172 | 6/13/2021 |
5.0.2 | 7,878 | 12/26/2020 |
5.0.1 | 9,589 | 11/14/2020 |
5.0.0 | 5,748 | 11/1/2020 |
4.0.2 | 36,829 | 2/23/2020 |
4.0.1 | 16,765 | 6/22/2019 |
3.2.4 | 7,124 | 6/13/2019 |
3.2.3 | 2,110 | 5/12/2019 |
3.2.2 | 172,046 | 10/28/2017 |
3.2.1 | 49,173 | 9/30/2017 |
3.2.0 | 1,247 | 8/17/2017 |
3.1.1 | 1,117 | 7/3/2017 |
3.1.0 | 1,135 | 6/26/2017 |
3.0.3 | 3,884 | 4/8/2017 |
2.2.2 | 1,696 | 1/8/2017 |
2.2.1 | 1,448 | 12/18/2016 |
2.1.1 | 26,505 | 9/18/2016 |
2.1.0 | 1,225 | 9/18/2016 |
2.0.5 | 1,394 | 8/23/2016 |
2.0.4 | 1,117 | 8/20/2016 |
2.0.2 | 1,540 | 8/20/2016 |
2.0.1 | 1,499 | 8/7/2016 |
1.10.1 | 21,119 | 2/27/2016 |
1.9.0 | 2,583 | 10/11/2015 |
1.8.0 | 2,323 | 9/12/2015 |
1.7.0 | 4,228 | 9/6/2015 |
1.6.0 | 5,415 | 5/16/2015 |
1.5.0 | 1,191 | 5/2/2015 |
1.3.5 | 2,402 | 4/12/2015 |
1.3.3 | 1,253 | 4/4/2015 |
1.3.1 | 11,504 | 1/6/2015 |
1.3.0 | 1,752 | 1/5/2015 |
1.0.8 | 1,460 | 12/8/2014 |
1.0.6 | 8,025 | 9/6/2014 |
1.0.5 | 1,224 | 8/19/2014 |
1.0.4 | 3,737 | 8/18/2014 |
* Now a portable library, targeting .NET 4.5, Windows 8 and Windows Phone 8/8.1. There is also a .NET 4.0 (client) DLL.