FastExpressionCompiler.LightExpression
3.3.3
Prefix Reserved
Install-Package FastExpressionCompiler.LightExpression -Version 3.3.3
dotnet add package FastExpressionCompiler.LightExpression --version 3.3.3
<PackageReference Include="FastExpressionCompiler.LightExpression" Version="3.3.3" />
paket add FastExpressionCompiler.LightExpression --version 3.3.3
#r "nuget: FastExpressionCompiler.LightExpression, 3.3.3"
// Install FastExpressionCompiler.LightExpression as a Cake Addin
#addin nuget:?package=FastExpressionCompiler.LightExpression&version=3.3.3
// Install FastExpressionCompiler.LightExpression as a Cake Tool
#tool nuget:?package=FastExpressionCompiler.LightExpression&version=3.3.3
FastExpressionCompiler for LightExpression is 10-40x times faster than Expression.Compile()
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.5
- System.ValueTuple (>= 4.5.0)
-
.NETStandard 2.0
- System.Dynamic.Runtime (>= 4.3.0)
- System.Reflection.Emit.Lightweight (>= 4.7.0)
-
.NETStandard 2.1
- No dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on FastExpressionCompiler.LightExpression:
Package | Downloads |
---|---|
SecurityLogin.Redis
An security method to login |
|
SecurityLogin.Cache
An security method to login |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.3.3 | 98 | 7/24/2022 |
3.3.2 | 201 | 5/27/2022 |
3.3.1 | 92 | 5/25/2022 |
3.3.0 | 881 | 4/26/2022 |
3.2.2 | 1,884 | 2/2/2022 |
3.2.1 | 356 | 7/21/2021 |
3.2.0 | 433 | 6/14/2021 |
3.1.0 | 262 | 5/3/2021 |
3.0.5 | 199 | 4/21/2021 |
3.0.4 | 189 | 4/6/2021 |
3.0.3 | 226 | 4/1/2021 |
3.0.2 | 207 | 3/30/2021 |
3.0.1 | 220 | 3/27/2021 |
3.0.0 | 10,075 | 3/17/2021 |
3.0.0-preview-07 | 284 | 12/25/2020 |
3.0.0-preview-06 | 185 | 12/1/2020 |
3.0.0-preview-05 | 789 | 11/27/2020 |
3.0.0-preview-04 | 239 | 11/3/2020 |
3.0.0-preview-03 | 218 | 11/2/2020 |
3.0.0-preview-02 | 501 | 10/23/2020 |
3.0.0-preview-01 | 220 | 10/23/2020 |
2.0.0 | 5,339 | 1/25/2019 |
2.0.0-preview-03 | 499 | 11/9/2018 |
2.0.0-preview-02 | 501 | 10/25/2018 |
2.0.0-preview-01 | 514 | 10/24/2018 |
## v3.3.3 Bug-fix release
- fixed: #336 Method TryCompileBoundToFirstClosureParam is returning passed Type array to pool may cause undefined behavior
- fixed: #337 Switch LightExpression.Expression.ToString from System.Expression.ToString pseudo-code to ToCSharpString
- fixed: #338 InvocationExpression is not properly converted to System Expression via ToExpression for non-lambda expression
- fixed: #341 Equality comparison between nullable and null inside Any produces incorrect compiled expression
## v3.3.2 Bug-fix release
- fixed: #335 FastExpressionCompiler.LightExpressions - MemberInit has recursive calls
## v3.3.1 Optimization and bug-fix release
- fixed: #333 AccessViolationException and other suspicious behaviour on invoking result of CompileFast()
- optim: LightExpression.Parameter consumes less memory for the common standard types.
## v3.3.0 Feature and bug-fix release
- added: #235 [GodMode] Expression to IL intrinsic
- added: #325 Add LightExpression.NewNoByRefArgs overloads for performance
- added: #327 Replace direct il.Emit(OpCodes.Call, ...) with EmitMethodCall
- added: #329 Optimize special case compilation for New and Call with no arguments
- added: #330 Optimize nested lambda ClosureInfo memory footprint
- fixed: #324 The LightExpression.New of IEnumerable is recursive
- fixed: #328 Fix the performance of TryEmitConvert to String