NetFabric / LinqBenchmarks

Benchmarking LINQ and alternative implementations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>

About

Benchmarking LINQ and alternative implementations

License:MIT License


Languages

Language:C# 100.0%