Helios.DedicatedThreadPool
0.3.0
dotnet add package Helios.DedicatedThreadPool --version 0.3.0
NuGet\Install-Package Helios.DedicatedThreadPool -Version 0.3.0
<PackageReference Include="Helios.DedicatedThreadPool" Version="0.3.0" />
paket add Helios.DedicatedThreadPool --version 0.3.0
#r "nuget: Helios.DedicatedThreadPool, 0.3.0"
// Install Helios.DedicatedThreadPool as a Cake Addin #addin nuget:?package=Helios.DedicatedThreadPool&version=0.3.0 // Install Helios.DedicatedThreadPool as a Cake Tool #tool nuget:?package=Helios.DedicatedThreadPool&version=0.3.0
An instanced, dedicated ThreadPool for eliminating "noisy neighbor" problems on the CLR ThreadPool
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Major upgrade to the performance and stability of `DedicatedThreadPool`.
Previous (v0.2) numbers:
Metric | Units / s | Max / s | Average / s | Min / s | StdDev / s |
---------------- |---------------- |---------------- |---------------- |---------------- |---------------- |
[Counter] BenchmarkCalls | operations | 2,381,933.51 | 2,335,262.42 | 2,123,061.11 | 75,849.97 |
Current (v0.3) numbers:
Metric | Units / s | Max / s | Average / s | Min / s | StdDev / s |
---------------- |---------------- |---------------- |---------------- |---------------- |---------------- |
[Counter] BenchmarkCalls | operations | 9,998,100.36 | 8,661,529.31 | 7,093,003.46 | 944,954.17 |