FastExpressionCompiler is 10-40x times faster than Expression.Compile().
Info
Version: | 4.2.2 |
Author(s): | Maksim Volkau |
Last Update: | Sunday, October 13, 2024 |
.NET Fiddle: | Online Example |
Project Url: | https://github.com/dadhi/FastExpressionCompiler |
NuGet Url: | https://www.nuget.org/packages/FastExpressionCompiler |
Install
Install-Package FastExpressionCompiler
dotnet add package FastExpressionCompiler
paket add FastExpressionCompiler
FastExpressionCompiler Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
- System.ValueTuple(>= 4.5.0)
- System.Dynamic.Runtime(>= 4.3.0)
- System.Reflection.Emit.Lightweight(>= 4.7.0)
Tags