Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / benchmark

Benchmark

benchmark

Great Reads

by matt warren
Adventures in Benchmarking - Memory Allocations
by matt warren
Adventures in Benchmarking - Method Inlining
by matt warren
Adventures in benchmarking - performance golf
by tugrulGtx
CLOCK caching (LRU approximation) with O(1) cache hit, up to N asynchronous O(1) cache misses

Latest Articles

by matt warren
Adventures in Benchmarking - Memory Allocations
by matt warren
Adventures in Benchmarking - Method Inlining
by matt warren
Adventures in benchmarking - performance golf
by tugrulGtx
CLOCK caching (LRU approximation) with O(1) cache hit, up to N asynchronous O(1) cache misses

All Articles

Sort by Score

benchmark 

by matt warren
Adventures in Benchmarking - Memory Allocations
by matt warren
Adventures in Benchmarking - Method Inlining
by matt warren
Adventures in benchmarking - performance golf
by Dev Leader
Learn how to use BenchmarkDotNet to effectively create and run benchmarks on your C# code. Dig into where you have opportunities to optimize your C# code!
by Dev Leader
This article is follow up content to previous articles I've written about iterators and collections, but the benchmark results were NOT what I expected!
by matt warren
Benchmarking is hard, it’s very easy to end up “not measuring, what you think you are measuring”