Skip to content

Roshan6181/LinqBenchmarks

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%