Skip to content

Latest commit

 

History

History
91 lines (75 loc) · 5.08 KB

README.md

File metadata and controls

91 lines (75 loc) · 5.08 KB

LinqBenchmarks

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

Results

Range()

IEnumerable<int>

int[]

FatValueType[]

List<int>

List<FatValueType>