LinqOptimizer.CSharp 0.4.8

There is a newer version of this package available.
See the version list below for details.
dotnet add package LinqOptimizer.CSharp --version 0.4.8
NuGet\Install-Package LinqOptimizer.CSharp -Version 0.4.8
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="LinqOptimizer.CSharp" Version="0.4.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LinqOptimizer.CSharp --version 0.4.8
#r "nuget: LinqOptimizer.CSharp, 0.4.8"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install LinqOptimizer.CSharp as a Cake Addin
#addin nuget:?package=LinqOptimizer.CSharp&version=0.4.8

// Install LinqOptimizer.CSharp as a Cake Tool
#tool nuget:?package=LinqOptimizer.CSharp&version=0.4.8

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 Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on LinqOptimizer.CSharp:

Package Downloads
OoplesFinance.StockIndicators The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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.
Version Downloads Last updated
0.7.0 69,264 6/15/2019
0.6.3 8,169 5/14/2014
0.6.2 1,626 4/11/2014
0.5.2.1 1,521 3/27/2014
0.5.2 1,478 2/5/2014
0.4.8 1,373 1/8/2014
0.4.1 1,471 12/11/2013
0.3.8 1,377 12/3/2013
0.3.1 1,410 11/20/2013

Bug fixes.
Compiled assembly caching.
Precompiled queries.
Implementation of the QueryExpr.Zip/Range/Repeat combinators.