LinqOptimizer.CSharp
0.7.0
An automatic query optimizer for LINQ to Objects and PLINQ. 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.
Install-Package LinqOptimizer.CSharp -Version 0.7.0
dotnet add package LinqOptimizer.CSharp --version 0.7.0
<PackageReference Include="LinqOptimizer.CSharp" Version="0.7.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LinqOptimizer.CSharp --version 0.7.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: LinqOptimizer.CSharp, 0.7.0"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Release Notes
Target netstandard2.0
Dependencies
-
.NETFramework 4.5
- FSharp.Core (>= 3.1.2)
-
.NETStandard 2.0
- FSharp.Core (>= 4.3.2)
- System.Reflection.Emit (>= 4.3.0)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on LinqOptimizer.CSharp:
Repository | Stars |
---|---|
ShaneK2/inVtero.net
inVtero.net: A high speed (Gbps) Forensics, Memory integrity & assurance. Includes offensive & defensive memory capabilities. Find/Extract processes, hypervisors (including nested) in memory dumps using microarchitechture independent Virtual Machiene Introspection techniques
|