Skip to content

Benchmarking LINQ and alternative implementations

License

Notifications You must be signed in to change notification settings

darl2ng/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%