Linqor NuGet Package

Linq extensions for ordered sequences.

They have better perfomance in comparison to standard extensions. They don't enumerate entire sequences into HashSet<T> or lookup.

With these you can lazily handle very large or even infinite sequences as long as they're ordered. Concat, Distinct, Except, GroupBy, GroupJoin, Intersect, Join, SelectMany and Union are available.




Got any Linqor Question?





Info

Version: 3.0.1
Author(s): Andrew Morozov
Last Update: Saturday, September 11, 2021
.NET Fiddle: Create the first Fiddle
Project Url: https://github.com/dangerozov/linqor
NuGet Url: https://www.nuget.org/packages/Linqor


Install
Install-Package Linqor
dotnet add package Linqor
paket add Linqor
Linqor Download (Unzip the "nupkg" after downloading)

.NETFramework 4.5
  • No dependencies.
.NETStandard 1.0


Tags



STATS

must-have-score

.8

avg-downloads-per-day

5

days-since-last-release

957