A collection of C# performance benchmarking projects.
Each project demonstrates real-world performance comparisons and optimization techniques, created for the Gamedev Engine Room YouTube channel.
- StringParsing → How to Benchmark Code with BenchmarkDotNet
- ForVsForeach → Everyone's Wrong About For vs Foreach