TheSharperDev
Posts about C# and F#
Posts
Snippets
About
forloop
Nov 23, 2019
Benchmarking For Loop Variants
What type of for loop is the fastest? The regular for loop, the foreach loop? Using BenchmarkDotNet, we'll answer that question and give you the information you need to know when choosing the best for loop for your situation.