LinqOptimizer.FSharp 0.4.8

There is a newer version of this package available.
See the version list below for details.
dotnet add package LinqOptimizer.FSharp --version 0.4.8
NuGet\Install-Package LinqOptimizer.FSharp -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.FSharp" Version="0.4.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LinqOptimizer.FSharp --version 0.4.8
#r "nuget: LinqOptimizer.FSharp, 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.FSharp as a Cake Addin
#addin nuget:?package=LinqOptimizer.FSharp&version=0.4.8

// Install LinqOptimizer.FSharp as a Cake Tool
#tool nuget:?package=LinqOptimizer.FSharp&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

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,057 6/15/2019
0.6.3 2,440 5/14/2014
0.6.2 1,547 4/11/2014
0.5.2.1 1,393 3/27/2014
0.5.2 1,336 2/5/2014
0.4.8 1,362 1/8/2014
0.4.1 1,416 12/11/2013
0.3.8 1,409 12/3/2013
0.3.1 1,349 11/20/2013

Bug fixes.
Compiled assembly caching.
Precompiled queries.
Implementation of the Query.zipWith/range/repeat combinators.