FastExpressionCompiler
FastExpressionCompiler copied to clipboard
Update performance tests to .NET 7.
.NET 6 and 7 got huge performance boosts.
I will update when the .NET 7 is released. Though I did not hear of any Expression related performance work in it. Maybe you know some?
They improved .NET JIT afaik a lot in .NET 6 and 7, on top of 5, and BCL. Not expression specific.
Oh, found stuff while googling https://github.com/dotnet/runtime/tree/main/src/libraries/System.Linq.Expressions - they deprecated kind of expressions...
deprecated kind of expressions...
Their reasoning is amazing, just means "we don't care". Good for me, then.
Don't forget to add the Alloc Ratio
column to the benchmarks and mention it in the readme.
Can you update it to .Net 8 once it's released?
@Giorgi Yes, I will.
BMs and readme are updated