FastExpressionCompiler
FastExpressionCompiler copied to clipboard
Fast Compiler for C# Expression Trees and the lightweight LightExpression alternative. Diagnostic and code generation tools for the expressions.
1、replace all the method typeof() to cached method. 2、 fix test issues
.NET 6 and 7 got huge performance boosts.
The branch: https://github.com/AutoMapper/AutoMapper/tree/FastExpressionCompiler
Related to #293
I don't know, but could C#9 function pointers help to get more perfomance? https://docs.microsoft.com/de-de/dotnet/csharp/language-reference/proposals/csharp-9.0/function-pointers
Related to #266
See the tests for the #261