FastExpressionCompiler 3.0.0-preview-05

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

Showing the top 20 packages that depend on FastExpressionCompiler.

Packages Downloads
ExpressionToCodeLib
Generates valid, readable C# from an expression tree, and can annotate that code with runtime values. Useful for e.g. code generation and unit testing assertions.
9
ExpressionToCodeLib
Generates valid, readable C# from an expression tree, and can annotate that code with runtime values. Useful for e.g. code generation and unit testing assertions.
10
ExpressionToCodeLib
Generates valid, readable C# from an expression tree, and can annotate that code with runtime values. Useful for e.g. code generation and unit testing assertions.
11
ExpressionToCodeLib
Generates valid, readable C# from an expression tree, and can annotate that code with runtime values. Useful for e.g. code generation and unit testing assertions.
12
ExpressionToCodeLib
Generates valid, readable C# from an expression tree, and can annotate that code with runtime values. Useful for e.g. code generation and unit testing assertions.
13
ExpressionToCodeLib
Generates valid, readable C# from an expression tree, and can annotate that code with runtime values. Useful for e.g. code generation and unit testing assertions.
14
ExpressionToCodeLib
Generates valid, readable C# from an expression tree, and can annotate that code with runtime values. Useful for e.g. code generation and unit testing assertions.
20

## v3.0.0 - Major feature release The version contains a lot of fixes and improvements and hopefully as-little-as-possible breaking changes. ### **FastExpressionCompiler** and **FastExpressionCompiler.LightExpression** - Performance and memory consumption is improved, especially for the expressions with the closure and for expressions with the nested lambdas. - Filled the gaps in the expressions support. - Many fixes in the IL emit. - Adds `ToCSharpString()` to output the compile-able C# code described by the expression (tries hard). - Adds `ToExpressionString()` to output the valid expression construction syntax, so given an expression object you'll get e.g. `Lambda(New(...))`. - Adds 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 `FastExpressionCompiler.LightExpression.Expression` and `System.Linq.Expression`. - Decreasing the memory consumed by the created expressions, plus implementing the `IArgumentProvider` and `IParameterProvider` for some of the expressions. ### The full list of fixes [Milestone v3.0.0](https://github.com/dadhi/FastExpressionCompiler/milestone/19)

.NET Framework 4.5

.NET Standard 2.0

Version Downloads Last updated
5.1.1 1 04/04/2025
5.1.0 0 03/31/2025
5.0.3 0 03/26/2025
5.0.2 7 01/29/2025
5.0.1 7 12/29/2024
5.0.0 8 12/03/2024
4.2.2 13 11/14/2024
4.2.1 11 11/28/2024
4.2.0 18 05/28/2024
4.1.0 10 05/28/2024
4.0.2 9 05/28/2024
4.0.1 14 05/28/2024
4.0.0 12 05/28/2024
3.4.0-preview-01 13 05/28/2024
3.3.4 11 05/28/2024
3.3.3 18 03/13/2024
3.3.2 9 05/28/2024
3.3.1 15 05/28/2024
3.3.0 14 05/28/2024
3.2.2 16 05/28/2024
3.2.1 10 05/28/2024
3.2.0 10 05/28/2024
3.1.0 10 05/28/2024
3.1.0-preview-03 12 05/28/2024
3.1.0-preview-02 12 05/28/2024
3.1.0-preview-01 17 05/28/2024
3.0.6-preview-01 14 05/22/2024
3.0.5 12 05/28/2024
3.0.4 10 05/28/2024
3.0.3 11 05/28/2024
3.0.2 12 05/28/2024
3.0.1 12 05/22/2024
3.0.0 14 05/28/2024
3.0.0-preview-07 10 05/28/2024
3.0.0-preview-06 8 05/28/2024
3.0.0-preview-05 12 05/28/2024
3.0.0-preview-04 12 05/28/2024
3.0.0-preview-03 11 05/28/2024
3.0.0-preview-02 12 05/28/2024
3.0.0-preview-01 12 05/28/2024
2.0.0 10 05/28/2024
2.0.0-preview-03 16 05/28/2024
2.0.0-preview-02 17 05/28/2024
2.0.0-preview-01 14 05/28/2024
1.10.1 8 05/28/2024
1.10.0 10 05/28/2024
1.9.0 20 05/22/2024
1.8.0 13 05/22/2024
1.7.2 12 05/28/2024
1.7.1 11 05/22/2024
1.7.0 11 05/28/2024
1.6.0 9 05/28/2024
1.5.0 10 12/01/2024
1.4.0 10 05/28/2024
1.3.0 10 05/28/2024
1.2.2 11 05/28/2024
1.2.1 10 05/28/2024
1.2.0 16 05/28/2024
1.1.1 11 05/22/2024
1.1.0 12 05/28/2024
1.0.1 15 05/28/2024
1.0.0 12 05/28/2024
1.0.0-preview-04 9 05/28/2024
1.0.0-preview-03 12 05/28/2024
1.0.0-preview-02 15 05/22/2024
1.0.0-preview-01 10 05/28/2024