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" />
<PackageVersion Include="Helios.DedicatedThreadPool" Version="0.3.0" />
<PackageReference Include="Helios.DedicatedThreadPool" />
paket add Helios.DedicatedThreadPool --version 0.3.0
#r "nuget: Helios.DedicatedThreadPool, 0.3.0"
#:package Helios.DedicatedThreadPool@0.3.0
#addin nuget:?package=Helios.DedicatedThreadPool&version=0.3.0
#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 (1)
Showing the top 1 NuGet packages that depend on Helios.DedicatedThreadPool:
| Package | Downloads |
|---|---|
|
eActor
c# actor implementation |
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 |