Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 337 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 337 Bytes

csharp-benchmarks

This repository contains c# performance tests.

Contains:

  1. For tests (hoisting length)
  2. For vs Foreach tests
  3. Goto vs Switch tests
  4. Null vs Empty collection
  5. Replacing string tests
  6. Spit test 7.int.Parse vs int.TryParse tests
  7. Nested foreach vs SelectMany
  8. multiple LINQ where vs where + and operator