Click here to Skip to main content
15,891,136 members
Everything / Benchmark

Benchmark

benchmark

Great Reads

by tugrulGtx
A walkthrough for a grid implementation of "particle in cell" problem to improve performance of axis-aligned bounding-box (AABB) collision checking in various scenarios
by ipavlu
The Cross-Platform Object-Oriented approach to Synchronization Primitives for .NET and .NET Core based on one shared pattern between two interfaces for General Threading and Async/Await.
by Ryan Scott White
A fast, possibly the fastest, square root function for Big Integers and Floats in C# and Java.
by matt warren
Adventures in Benchmarking - Memory Allocations

Latest Articles

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 Ryan Scott White
A fast, possibly the fastest, square root function for Big Integers and Floats in C# and Java.
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 tugrulGtx
A walkthrough for a grid implementation of "particle in cell" problem to improve performance of axis-aligned bounding-box (AABB) collision checking in various scenarios

All Articles

Sort by Score

Benchmark 

15 Sep 2016 by matt warren
Adventures in Benchmarking - Memory Allocations
5 Mar 2024 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!
15 Sep 2016 by matt warren
Adventures in benchmarking - performance golf
17 Mar 2023 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!
13 Sep 2016 by matt warren
Benchmarking is hard, it’s very easy to end up “not measuring, what you think you are measuring”
15 Sep 2016 by matt warren
Adventures in Benchmarking - Method Inlining