DotNetTips.Spargine.10.Benchmarking
2026.10.2.1
See the version list below for details.
dotnet add package DotNetTips.Spargine.10.Benchmarking --version 2026.10.2.1
NuGet\Install-Package DotNetTips.Spargine.10.Benchmarking -Version 2026.10.2.1
<PackageReference Include="DotNetTips.Spargine.10.Benchmarking" Version="2026.10.2.1" />
<PackageVersion Include="DotNetTips.Spargine.10.Benchmarking" Version="2026.10.2.1" />
<PackageReference Include="DotNetTips.Spargine.10.Benchmarking" />
paket add DotNetTips.Spargine.10.Benchmarking --version 2026.10.2.1
#r "nuget: DotNetTips.Spargine.10.Benchmarking, 2026.10.2.1"
#:package DotNetTips.Spargine.10.Benchmarking@2026.10.2.1
#addin nuget:?package=DotNetTips.Spargine.10.Benchmarking&version=2026.10.2.1
#tool nuget:?package=DotNetTips.Spargine.10.Benchmarking&version=2026.10.2.1
DotNetTips.Spargine.Benchmarking v2026.10.2.1 for .NET 10
Open-source .NET assembly from dotNetTips.com and David (dotNetDave) McCarter for benchmarking code using <a href="https://benchmarkdotnet.org/index.html" target="_blank">BenchmarkDotNet</a>..
This repository is for the dotNetTips.Spargine code for .NET 10. Please support this project by <a href="https://github.com/sponsors/RealDotNetDave" target="_blank">clicking here</a>.
<a href="https://dotnettips.wordpress.com/spargine/" target="_blank">Click here</a> to visit the Spargine page on dotNetTips.com. Much of this code is also documented on <a href="https://dotnettips.wordpress.com/category/open-source/spargine/" target="_blank">dotNetTips.com</a>.
NuGet
All of the Spargine assemblies listed below can be found on NuGet by <a href="https://www.nuget.org/profiles/davidmccarter" target="_blank">clicking here</a>.
- Benchmark: Abstract base class featuring common benchmarking methods, supplemented with default attributes.
- CollectionBenchmark: Base class for tests utilizing collections, with additional functionality to preload collections for enhanced benchmark test speed.
- CounterBenchmark: Abstract class designed for benchmark tests that involve a counter.
- LargeCollectionBenchmark: Class for performing benchmark tests on large collections with count values set to 64, 128, 256, 512, 1024, 2048, 4096, and 8192.
- SmallCollectionBenchmark: Class for conducting benchmark tests on small collections with count values set to 16, 32, 64, 128, 256, 512, 1024, and 2048.
- TinyCollectionBenchmark: Class for performing benchmark tests on very small collections with count values set to 2, 4, 8, 16, 32, 64, 128, and 256.
Benchmark Tests
<a href="https://github.com/RealDotNetDave/dotNetTips.Spargine.8/tree/master/docs/Benchmark%20Results" target="_blank">Click here</a> to view current benchmark results for this project.
Your Support Is Appreciated!
Do you have code you would like to submit to these repositories? Submit a pull request or submit an issue. I promise to take a look and include it if I like it! I might just send you some cool geeky swag that includes one of my books (as supplies last). You can also support this via GitHub Sponsors: <a href="https://github.com/sponsors/RealDotNetDave" target="_blank">https://github.com/sponsors/RealDotNetDave</a>
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- BenchmarkDotNet (>= 0.15.8)
- BenchmarkDotNet.Diagnostics.Windows (>= 0.15.8)
- DotNetTips.Spargine.10.Core (>= 2026.10.2.1)
- DotNetTips.Spargine.10.Extensions (>= 2026.10.2.1)
- DotNetTips.Spargine.10.Tester (>= 2026.10.2.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2026.10.8.1 | 0 | 8/1/2026 |
| 2026.10.7.1 | 107 | 6/30/2026 |
| 2026.10.6.1 | 110 | 6/1/2026 |
| 2026.10.5.17 | 120 | 5/17/2026 |
| 2026.10.5.4 | 115 | 5/10/2026 |
| 2026.10.4.1 | 137 | 3/31/2026 |
| 2026.10.2.1 | 129 | 2/1/2026 |
| 2026.10.1.5 | 137 | 1/5/2026 |
| 2026.10.1.1 | 132 | 1/1/2026 |
--JAN 2026: Initial .NET 10 release.