Performance of compiled-to-delegate Expression
问题 I'm generating an expression tree that maps properties from a source object to a destination object, that is then compiled to a Func<TSource, TDestination, TDestination> and executed. This is the debug view of the resulting LambdaExpression : .Lambda #Lambda1<System.Func`3[MemberMapper.Benchmarks.Program+ComplexSourceType,MemberMapper.Benchmarks.Program+ComplexDestinationType,MemberMapper.Benchmarks.Program+ComplexDestinationType]>( MemberMapper.Benchmarks.Program+ComplexSourceType $right,