LinqOptimizer.FSharp 0.6.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package LinqOptimizer.FSharp --version 0.6.3
                    
NuGet\Install-Package LinqOptimizer.FSharp -Version 0.6.3
                    
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.FSharp" Version="0.6.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="LinqOptimizer.FSharp" Version="0.6.3" />
                    
Directory.Packages.props
<PackageReference Include="LinqOptimizer.FSharp" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add LinqOptimizer.FSharp --version 0.6.3
                    
#r "nuget: LinqOptimizer.FSharp, 0.6.3"
                    
#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.
#addin nuget:?package=LinqOptimizer.FSharp&version=0.6.3
                    
Install LinqOptimizer.FSharp as a Cake Addin
#tool nuget:?package=LinqOptimizer.FSharp&version=0.6.3
                    
Install LinqOptimizer.FSharp as a Cake Tool

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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.7.0 1,167 6/15/2019
0.6.3 2,589 5/14/2014
0.6.2 1,757 4/11/2014
0.5.2.1 1,610 3/27/2014
0.5.2 1,554 2/5/2014
0.4.8 1,575 1/8/2014
0.4.1 1,627 12/11/2013
0.3.8 1,619 12/3/2013
0.3.1 1,561 11/20/2013

Bug fixes. Minor code updates.