Maksim Volkau
Maksim Volkau
@cda963 I have added the list adapter to test and it is working fine. Check here https://github.com/dadhi/FastExpressionCompiler/commit/0f908c40e98f1e65831b4b6637a5dc0d7b314da1 Maybe I am missing some details?
Yep, it is here https://github.com/dadhi/FastExpressionCompiler/blob/912db98743209d5f1f2ccf688886b49a9d970d08/test/FastExpressionCompiler.IssueTests/Issue390_405_406_Mapster_tests.cs#L152
Closing, as it was not updated in quite some time
See #433, It might be beneficial to construct a string or a byte representation of Expression first and then compare those representations. It is likely not ideal from the performance...
@Bykiev Thanks. I've planned it for Today. Jit is a likely s culprit, but still the same instructions. I will mangle with it some more...
@Bykiev > Type.GetTypeInfo() usages Noted, thanks. Though it almost every time used for the creation of the static object once, so its performance will not relate to the actual work...
Interesting external project for the reference: https://github.com/Stillpoint-Software/hyperbee.xs And the related FEC issue: https://github.com/dadhi/FastExpressionCompiler/issues/433
I think it will help future me as well to remember all the interesting bits.
Thanks for trying and for the stack trace. Could you evaluate the DryIoc v6.0.0-preview-07 ?