NetFabric / NetFabric.Hyperlinq

High performance LINQ implementation with minimal heap allocations. Supports enumerables, async enumerables, arrays and Span<T>.
MIT License
875 stars 35 forks source link

Refactor handling of lists #356

Closed aalmada closed 3 years ago

aalmada commented 3 years ago

Enumerate IList and IReadOnlyList using the enumerator instead of the indexer.