Skip to content

Latest commit

 

History

History
110 lines (91 loc) · 6.29 KB

README.md

File metadata and controls

110 lines (91 loc) · 6.29 KB

LinqBenchmarks

Benchmarks comparing the performance of LINQ against for/foreach loops and the following libraries:

NOTE: Removed LinqOptimizer and Streams from the benchmarks as they are slower than LINQ on every benchmark.

Results

Range()

IEnumerable<int>

IEnumerable<FatReferenceType>

int[]

FatValueType[]

List<int>

List<FatValueType>

ImmutableArray<int>