Alternatives to some hashing-based LINQ operators (GroupBy, Join, GroupJoin), based on ordered inputs.
Info
Version: | 1.1.0 |
Author(s): | Jan Slavetinsky |
Last Update: | Sunday, April 22, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/janslav/orderedLinqOps |
NuGet Url: | https://www.nuget.org/packages/OrderedLinqOps |
Install
Install-Package OrderedLinqOps
dotnet add package OrderedLinqOps
paket add OrderedLinqOps
OrderedLinqOps Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 1.6.1)
- System.ValueTuple(>= 4.3.1)
Tags