FastExpressionCompiler.src 3.0.0

FastExpressionCompiler is 10-40x times faster than Expression.Compile()

Showing the top 20 packages that depend on FastExpressionCompiler.src.

Packages Downloads
Parlot
Parlot is a fast, lightweight and simple to use .NET parser combinator.
38

## v3.0.0 - Major feature release This version contains a lot of fixes and improvements and as-little-as-possible breaking changes. ### **FastExpressionCompiler** and **FastExpressionCompiler.LightExpression** - Performance and memory consumption are improved, especially for the expressions with the closure and for expressions with the nested lambdas. - More expression types are supported. - Many fixes in the IL Emit. - Added `ToCSharpString()` extension method to output the compile-able C# code described by the expression (tries hard). - Added `ToExpressionString()` extension method to output the valid expression construction syntax, so given an expression object you'll get e.g. `Lambda(New(...))`. - Added optional `enum CompilerFlags { Default, NoInvocationLambdaInlining, EnableDelegateDebugInfo}` parameter for the compilation - `EnableDelegateDebugInfo` adds the diagnostic info into the compiled delegate including its source Expression and C# code. Can be used as following: ```cs var f = e.CompileFast(true, CompilerFlags.EnableDelegateDebugInfo); var di = f.Target as IDelegateDebugInfo; Assert.IsNotNull(di.Expression); Assert.IsNotNull(di.ExpressionString); Assert.IsNotNull(di.CSharpString); ``` ### **FastExpressionCompiler.LightExpression** - Now includes the `ExpressionVisitor`. - Improves the compatibility (the drop-in replacement) between the `FastExpressionCompiler.LightExpression.Expression` and the `System.Linq.Expression`. - Decreasing the memory consumed by the created expressions partially via implementing the `IArgumentProvider` and `IParameterProvider` for some expressions. ### The full list of the closed issues [Milestone v3.0.0](https://github.com/dadhi/FastExpressionCompiler/milestone/19)

.NET Framework 4.5

.NET Standard 2.0

Version Downloads Last updated
5.3.3 34 11/02/2025
5.3.2 46 10/24/2025
5.3.1 40 10/25/2025
5.3.0 42 06/14/2025
5.2.0 40 05/17/2025
5.1.1 44 04/14/2025
5.1.0 54 04/01/2025
5.0.3 38 04/01/2025
5.0.2 59 03/09/2025
5.0.1 42 01/07/2025
5.0.0 45 01/07/2025
4.2.2 52 01/07/2025
4.2.1 43 01/07/2025
4.2.0 59 01/07/2025
4.1.0 56 01/07/2025
4.0.2 47 01/07/2025
4.0.1 44 01/07/2025
4.0.0 43 01/07/2025
3.3.4 56 01/07/2025
3.3.3 54 01/07/2025
3.3.2 56 01/07/2025
3.3.1 48 01/07/2025
3.3.0 68 01/07/2025
3.2.2 51 01/07/2025
3.2.1 61 01/07/2025
3.2.0 59 01/07/2025
3.1.0 47 01/07/2025
3.0.5 41 01/07/2025
3.0.4 47 01/07/2025
3.0.3 57 01/07/2025
3.0.2 46 01/07/2025
3.0.1 58 01/07/2025
3.0.0 54 01/07/2025