FastExpressionCompiler 3.0.0-preview-06

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

Showing the top 20 packages that depend on FastExpressionCompiler.

Packages Downloads
RulesEngine
Rules Engine is a package for abstracting business logic/rules/policies out of the system. This works in a very simple way by giving you an ability to put your rules in a store outside the core logic of the system thus ensuring that any change in rules doesn't affect the core system.
132
RulesEngine
Rules Engine is a package for abstracting business logic/rules/policies out of the system. This works in a very simple way by giving you an ability to put your rules in a store outside the core logic of the system thus ensuring that any change in rules doesn't affect the core system.
133
RulesEngine
Rules Engine is a package for abstracting business logic/rules/policies out of the system. This works in a very simple way by giving you an ability to put your rules in a store outside the core logic of the system thus ensuring that any change in rules doesn't affect the core system.
134
RulesEngine
Rules Engine is a package for abstracting business logic/rules/policies out of the system. This works in a very simple way by giving you an ability to put your rules in a store outside the core logic of the system thus ensuring that any change in rules doesn't affect the core system.
136
RulesEngine
Rules Engine is a package for abstracting business logic/rules/policies out of the system. This works in a very simple way by giving you an ability to put your rules in a store outside the core logic of the system thus ensuring that any change in rules doesn't affect the core system.
138
RulesEngine
Rules Engine is a package for abstracting business logic/rules/policies out of the system. This works in a very simple way by giving you an ability to put your rules in a store outside the core logic of the system thus ensuring that any change in rules doesn't affect the core system.
141
RulesEngine
Rules Engine is a package for abstracting business logic/rules/policies out of the system. This works in a very simple way by giving you an ability to put your rules in a store outside the core logic of the system thus ensuring that any change in rules doesn't affect the core system.
146
RulesEngine
Rules Engine is a package for abstracting business logic/rules/policies out of the system. This works in a very simple way by giving you an ability to put your rules in a store outside the core logic of the system thus ensuring that any change in rules doesn't affect the core system.
148
RulesEngine
Rules Engine is a package for abstracting business logic/rules/policies out of the system. This works in a very simple way by giving you an ability to put your rules in a store outside the core logic of the system thus ensuring that any change in rules doesn't affect the core system.
152
RulesEngine
Rules Engine is a package for abstracting business logic/rules/policies out of the system. This works in a very simple way by giving you an ability to put your rules in a store outside the core logic of the system thus ensuring that any change in rules doesn't affect the core system.
155
RulesEngine
Rules Engine is a package for abstracting business logic/rules/policies out of the system. This works in a very simple way by giving you an ability to put your rules in a store outside the core logic of the system thus ensuring that any change in rules doesn't affect the core system.
156
RulesEngine
Rules Engine is a package for abstracting business logic/rules/policies out of the system. This works in a very simple way by giving you an ability to put your rules in a store outside the core logic of the system thus ensuring that any change in rules doesn't affect the core system.
157
RulesEngine
Rules Engine is a package for abstracting business logic/rules/policies out of the system. This works in a very simple way by giving you an ability to put your rules in a store outside the core logic of the system thus ensuring that any change in rules doesn't affect the core system.
158
RulesEngine
Rules Engine is a package for abstracting business logic/rules/policies out of the system. This works in a very simple way by giving you an ability to put your rules in a store outside the core logic of the system thus ensuring that any change in rules doesn't affect the core system.
212
RulesEngine
Rules Engine is a package for abstracting business logic/rules/policies out of the system. This works in a very simple way by giving you an ability to put your rules in a store outside the core logic of the system thus ensuring that any change in rules doesn't affect the core system.
231
RulesEngine
Rules Engine is a package for abstracting business logic/rules/policies out of the system. This works in a very simple way by giving you an ability to put your rules in a store outside the core logic of the system thus ensuring that any change in rules doesn't affect the core system.
298
RulesEngine
Rules Engine is a package for abstracting business logic/rules/policies out of the system. This works in a very simple way by giving you an ability to put your rules in a store outside the core logic of the system thus ensuring that any change in rules doesn't affect the core system.
591
RulesEngine
Rules Engine is a package for abstracting business logic/rules/policies out of the system. This works in a very simple way by giving you an ability to put your rules in a store outside the core logic of the system thus ensuring that any change in rules doesn't affect the core system.
677

## 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.4.1 40 04/13/2026
5.4.0 29 03/30/2026
5.3.0 132 06/12/2025
5.2.0 113 05/15/2025
5.2.0-preview-02 132 04/28/2025
5.2.0-preview-01 110 04/28/2025
5.1.1 131 04/04/2025
5.1.0 119 04/01/2025
5.0.3 102 03/30/2025
5.0.2 328 02/11/2025
5.0.1 113 12/25/2024
5.0.0 116 11/28/2024
4.2.2 137 10/19/2024
4.2.1 133 07/23/2024
4.2.0 162 07/23/2024
4.1.0 167 07/23/2024
4.0.2 183 07/23/2024
4.0.1 240 02/05/2024
4.0.0 135 07/23/2024
3.4.0-preview-01 131 07/23/2024
3.3.4 137 07/23/2024
3.3.3 187 02/04/2024
3.3.2 141 07/23/2024
3.3.1 149 07/23/2024
3.3.0 141 07/23/2024
3.2.2 142 07/23/2024
3.2.1 138 05/29/2024
3.2.0 148 07/23/2024
3.1.0 151 07/23/2024
3.1.0-preview-03 143 07/23/2024
3.1.0-preview-02 154 07/23/2024
3.1.0-preview-01 144 07/23/2024
3.0.6-preview-01 136 07/23/2024
3.0.5 146 07/23/2024
3.0.4 138 07/23/2024
3.0.3 141 07/23/2024
3.0.2 142 07/23/2024
3.0.1 153 07/23/2024
3.0.0 149 07/23/2024
3.0.0-preview-07 135 07/20/2024
3.0.0-preview-06 135 07/23/2024
3.0.0-preview-05 145 07/23/2024
3.0.0-preview-04 126 07/23/2024
3.0.0-preview-03 139 07/23/2024
3.0.0-preview-02 139 07/23/2024
3.0.0-preview-01 134 07/23/2024
2.0.0 145 07/23/2024
2.0.0-preview-03 129 07/23/2024
2.0.0-preview-02 140 07/23/2024
2.0.0-preview-01 128 07/21/2024
1.10.1 126 07/23/2024
1.10.0 124 07/23/2024
1.9.0 140 07/23/2024
1.8.0 143 07/23/2024
1.7.2 132 07/23/2024
1.7.1 138 07/23/2024
1.7.0 133 07/23/2024
1.6.0 130 07/23/2024
1.5.0 132 07/23/2024
1.4.0 138 07/23/2024
1.3.0 121 07/23/2024
1.2.2 144 07/23/2024
1.2.1 152 07/23/2024
1.2.0 133 07/23/2024
1.1.1 130 07/23/2024
1.1.0 132 07/23/2024
1.0.1 130 07/23/2024
1.0.0 146 07/23/2024
1.0.0-preview-04 143 07/23/2024
1.0.0-preview-03 142 07/23/2024
1.0.0-preview-02 135 07/23/2024
1.0.0-preview-01 142 07/23/2024