FastExpressionCompiler 2.0.0
FastExpressionCompiler is 10-40x times faster than Expression.Compile()
Showing the top 20 packages that depend on FastExpressionCompiler.
Packages | Downloads |
---|---|
Marten
Postgresql as a Document Db and Event Store for .Net Development
|
35 |
JasperFx.CodeGeneration
Code Generation Chicanery for .Net
|
25 |
JasperFx.CodeGeneration
Code Generation Chicanery for .Net
|
24 |
JasperFx.CodeGeneration
Code Generation Chicanery for .Net
|
20 |
JasperFx.CodeGeneration
Code Generation Chicanery for .Net
|
18 |
JasperFx.CodeGeneration
Code Generation Chicanery for .Net
|
13 |
JasperFx.CodeGeneration
Code Generation Chicanery for .Net
|
12 |
JasperFx.CodeGeneration
Code Generation Chicanery for .Net
|
11 |
JasperFx.CodeGeneration
Code Generation Chicanery for .Net
|
10 |
Marten
Postgresql as a Document Db and Event Store for .Net Development
|
10 |
JasperFx.CodeGeneration
Code Generation Chicanery for .Net
|
9 |
v2.0.0
Developed with a help of @jogibear9988, @dzmitry-lahoda, @MaceWindu,
and other contributors - kudos to all of them!
- removed: `ExpressionInfo` was moved into separate package `FastExpressionCompiler.LigthExpression`
with all the functionality of the FEC. The `ExpressionInfo` itself was renamed to `Expression` for more simple drop-in replacement.
- added: #57 Consider signed package version!
- added: #59 Support compiling delegates with ref and out parameters
- added: #78 Lambda<Func<int>>(Block(Label(Label(typeof(int)), Constant(7)))) is not supported
- added: #88 Lambda<Func<IntPtr>>(Block(Constant(IntPtr.Zero)))
- added: #91 Support for MultiplyAssign, AddAsiggn, DivideAssign
- added: #98 % and bit operators are not supported
- added: #101 Some Assign Modes are not yet supported
- added: #102 Label and Goto Expression not yet implemented
- added: #105 Bit Expression Types are not yet supported
- added: #106 ExpressionType.Power not supported
- added: #107 Check if xxxAssigns also work with Variables
- added: #118 Support for Expression.Variable (in a Expression.Block)
- added: #127 Switch is not supported
- added: #130 Net Framework Expression compiler generates perfromanter Code for isNull check
- added: #138 Optimize Compilation of nested Lambdas
- fixed: #83 Issues with linq2db tests
- fixed: #92 Expression not compilable
- fixed: #93 Comparison to "null" does not work when not Typed
- fixed: #95 Ref support not yet working completely
- fixed: #124 LightExpression wrong Type
- fixed: #131 Linq2db - Test for JIT compiler internal limitation
- fixed: #137 Problem with Reading & Writing of Struct Fields.
- fixed: #146 Boolean parameter value changed from false to true
- fixed: #147 'Common Language Runtime detected an invalid program' with int.TryParse
- fixed: #151 'Attempt to read protected memory'
- fixed: #152 int.MinValue access throws 'Method not supported'
- fixed: #154 Equals Expression does not call "Equals" of class (in MS Code)
- fixed: #156 Invoking an Action constant fails with 'Common Language Runtime detected an invalid program'
- fixed: #159 Condition with converted numeric comparisons gives unexpected result
- fixed: #162 Float - short numeric comparisons with conversions gives unexpected result
- fixed: #163 Add of Nullable Int, etc does not work correctly
- fixed: #165 Int and Decimal to Double conversion issues
- fixed: #170 Problems with ref parameters
- fixed: #172 Using FEC to compile a property setter with an enum value sets the property to random values
.NET Framework 4.5
- No dependencies.
.NET Standard 1.3
- NETStandard.Library (>= 1.6.1)
- System.Reflection.Emit.Lightweight (>= 4.3.0)
.NET Standard 2.0
- System.Reflection.Emit.Lightweight (>= 4.3.0)
Version | Downloads | Last updated |
---|---|---|
5.0.2 | 7 | 02/11/2025 |
5.0.1 | 5 | 12/29/2024 |
5.0.0 | 6 | 11/28/2024 |
4.2.2 | 6 | 10/18/2024 |
4.2.1 | 7 | 07/09/2024 |
4.2.0 | 23 | 05/01/2024 |
4.1.0 | 5 | 02/13/2024 |
4.0.2 | 7 | 02/13/2024 |
4.0.1 | 5 | 01/21/2024 |
4.0.0 | 5 | 03/20/2024 |
3.4.0-preview-01 | 8 | 12/17/2023 |
3.3.4 | 7 | 06/13/2023 |
3.3.3 | 5 | 06/13/2023 |
3.3.2 | 6 | 03/20/2024 |
3.3.1 | 5 | 06/13/2023 |
3.3.0 | 7 | 06/13/2023 |
3.2.2 | 7 | 06/13/2023 |
3.2.1 | 5 | 03/20/2024 |
3.2.0 | 6 | 06/13/2023 |
3.1.0 | 10 | 06/13/2023 |
3.1.0-preview-03 | 9 | 02/20/2024 |
3.1.0-preview-02 | 6 | 02/20/2024 |
3.1.0-preview-01 | 8 | 09/01/2023 |
3.0.6-preview-01 | 8 | 08/30/2023 |
3.0.5 | 6 | 06/14/2023 |
3.0.4 | 5 | 06/14/2023 |
3.0.3 | 6 | 06/14/2023 |
3.0.2 | 5 | 06/13/2023 |
3.0.1 | 7 | 06/13/2023 |
3.0.0 | 5 | 03/20/2024 |
3.0.0-preview-07 | 8 | 08/31/2023 |
3.0.0-preview-06 | 9 | 08/29/2023 |
3.0.0-preview-05 | 11 | 08/29/2023 |
3.0.0-preview-04 | 8 | 08/27/2023 |
3.0.0-preview-03 | 10 | 08/27/2023 |
3.0.0-preview-02 | 8 | 08/31/2023 |
3.0.0-preview-01 | 10 | 08/25/2023 |
2.0.0 | 9 | 06/13/2023 |
2.0.0-preview-03 | 10 | 08/27/2023 |
2.0.0-preview-02 | 7 | 08/28/2023 |
2.0.0-preview-01 | 10 | 08/29/2023 |
1.10.1 | 9 | 02/15/2024 |
1.10.0 | 7 | 01/14/2024 |
1.9.0 | 8 | 03/20/2024 |
1.8.0 | 8 | 06/13/2023 |
1.7.2 | 8 | 06/14/2023 |
1.7.1 | 7 | 06/13/2023 |
1.7.0 | 8 | 06/13/2023 |
1.6.0 | 9 | 06/13/2023 |
1.5.0 | 8 | 06/13/2023 |
1.4.0 | 7 | 06/13/2023 |
1.3.0 | 6 | 06/13/2023 |
1.2.2 | 6 | 06/13/2023 |
1.2.1 | 6 | 12/05/2023 |
1.2.0 | 8 | 06/13/2023 |
1.1.1 | 8 | 06/13/2023 |
1.1.0 | 5 | 03/20/2024 |
1.0.1 | 8 | 06/13/2023 |
1.0.0 | 15 | 06/13/2023 |
1.0.0-preview-04 | 7 | 08/31/2023 |
1.0.0-preview-03 | 8 | 08/25/2023 |
1.0.0-preview-02 | 9 | 08/25/2023 |
1.0.0-preview-01 | 6 | 08/28/2023 |