LinqOptimizer.CSharp
0.6.2
See the version list below for details.
dotnet add package LinqOptimizer.CSharp --version 0.6.2
NuGet\Install-Package LinqOptimizer.CSharp -Version 0.6.2
<PackageReference Include="LinqOptimizer.CSharp" Version="0.6.2" />
paket add LinqOptimizer.CSharp --version 0.6.2
#r "nuget: LinqOptimizer.CSharp, 0.6.2"
// Install LinqOptimizer.CSharp as a Cake Addin #addin nuget:?package=LinqOptimizer.CSharp&version=0.6.2 // Install LinqOptimizer.CSharp as a Cake Tool #tool nuget:?package=LinqOptimizer.CSharp&version=0.6.2
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.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on LinqOptimizer.CSharp:
Package | Downloads |
---|---|
OoplesFinance.StockIndicators
Largest C# stock indicator library with over 750 to choose from and easiest to use with abilities such as making an indicator out of any other indicator or using any moving average with any indicator. |
GitHub repositories (2)
Showing the top 2 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
|
|
ooples/OoplesFinance.StockIndicators
Largest C# stock indicator library with over 750 to choose from and easiest to use with abilities such as making an indicator out of any other indicator or using any moving average with any indicator.
|
Performance optimizations in parallel query execution.
Query precompilation now supports more parameters.
Bug fixes.