• Stars
    star
    172
  • Rank 221,201 (Top 5 %)
  • Language
    C#
  • License
    MIT License
  • Created over 4 years ago
  • Updated 9 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Benchmarking LINQ and alternative implementations

LinqBenchmarks

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

Results

Range()

IEnumerable<int>

IEnumerable<FatReferenceType>

int[]

FatValueType[]

List<int>

List<FatValueType>

ImmutableArray<int>

IAsyncEnumerable<int>

IAsyncEnumerable<FatReferenceType>