.NET Collections Benchmark
A comprehensive performance comparison benchmark between different .NET collections.
Give it a Star! ⭐️
If you find this repository useful and like it, why not give it a star? if not, never mind! :)
Benchmarks
- Benchmark of Collection Searching (Contains method) in terms of Execution Time (Mean)
- Benchmark of Collection Searching (Contains method) in terms of Allocation Size
- Benchmark of Collection Initializing in terms of Execution Time (Mean)
- Benchmark of Collection Initializing in terms of Allocation Size
- Benchmark of Collection Searching (TryGetValue method) in terms of Execution Time (Mean)
- Benchmark of Collection Searching (TryGetValue method) in terms of Allocation Size
Benchmark of Collection Searching (Contains method) in terms of Execution Time (Mean)
- Visit HTML Page
- Visit Full Image
Benchmark of Collection Searching (Contains method) in terms of Allocation Size
- Visit HTML Page
- Visit Full Image
Benchmark of Collection Initializing in terms of Execution Time (Mean)
- Visit HTML Page
- Visit Full Image
Benchmark of Collection Initializing in terms of Allocation Size
- Visit HTML Page
- Visit Full Image
Benchmark of Collection Searching (TryGetValue method) in terms of Execution Time (Mean)
- Visit HTML Page
- Visit Full Image
Benchmark of Collection Searching (TryGetValue method) in terms of Allocation Size
- Visit HTML Page
- Visit Full Image
BenchmarkDotNetVisualizer
All the benchmarks are created by BenchmarkDotNetVisualizer.