LinqOptimizer.CSharp
0.4.1
See the version list below for details.
dotnet add package LinqOptimizer.CSharp --version 0.4.1
NuGet\Install-Package LinqOptimizer.CSharp -Version 0.4.1
<PackageReference Include="LinqOptimizer.CSharp" Version="0.4.1" />
<PackageVersion Include="LinqOptimizer.CSharp" Version="0.4.1" />
<PackageReference Include="LinqOptimizer.CSharp" />
paket add LinqOptimizer.CSharp --version 0.4.1
#r "nuget: LinqOptimizer.CSharp, 0.4.1"
#addin nuget:?package=LinqOptimizer.CSharp&version=0.4.1
#tool nuget:?package=LinqOptimizer.CSharp&version=0.4.1
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 (2)
Showing the top 2 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. |
|
Chinahoo.Quant
Package Description |
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.
|
Implementation of TakeWhile, SkipWhile and Generate operators.
Bug fix in nested queries.
Performance improvements.