Info
Version: | 0.6.5 |
Author(s): | Nessos Information Technologies, Nick Palladinos, Kostas Rontogiannis, Seabiscuit |
Last Update: | Tuesday, May 16, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/palladin/LinqOptimizer |
NuGet Url: | https://www.nuget.org/packages/LinqOptimizer.CSharp.StrongName |
Install
Install-Package LinqOptimizer.CSharp.StrongName
dotnet add package LinqOptimizer.CSharp.StrongName
paket add LinqOptimizer.CSharp.StrongName
LinqOptimizer.CSharp.StrongName Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.0
No dependencies.
No dependencies.
No dependencies.
Tags
LinqOptimizer compiles declarative LINQ queries into fast loop-based imperative code. The compiled code has fewer virtual calls, better data locality and speedups of up to 15x.