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)
Dependencies
.NETFramework 4.5
No dependencies.
- NETStandard.Library(>= 1.0.0)
Tags
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.