ILLightenComparer is a flexible library that can generate very effective and comprehensive IComparer<T> and IEqualityComparer<T> implementations on runtime using advantages of IL code emission.
Info
Version: | 1.2.1 |
Author(s): | S. Galiamov |
Last Update: | Sunday, April 11, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://sgaliamov.github.io/il-lighten-comparer |
NuGet Url: | https://www.nuget.org/packages/ILLightenComparer |
Install
Install-Package ILLightenComparer
dotnet add package ILLightenComparer
paket add ILLightenComparer
ILLightenComparer Download (Unzip the "nupkg" after downloading)
Dependencies
- System.Reflection.Emit(>= 4.7.0)
Tags