FastExpressionCompiler icon indicating copy to clipboard operation
FastExpressionCompiler copied to clipboard

Update performance tests to .NET 7.

Open dzmitry-lahoda opened this issue 2 years ago • 3 comments

.NET 6 and 7 got huge performance boosts.

dzmitry-lahoda avatar May 21 '22 19:05 dzmitry-lahoda

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?

dadhi avatar May 22 '22 19:05 dadhi

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...

dzmitry-lahoda avatar May 22 '22 19:05 dzmitry-lahoda

deprecated kind of expressions...

Their reasoning is amazing, just means "we don't care". Good for me, then.

dadhi avatar May 22 '22 20:05 dadhi

Don't forget to add the Alloc Ratio column to the benchmarks and mention it in the readme.

dadhi avatar Feb 17 '23 09:02 dadhi

Can you update it to .Net 8 once it's released?

Giorgi avatar Oct 09 '23 20:10 Giorgi

@Giorgi Yes, I will.

dadhi avatar Oct 10 '23 08:10 dadhi

BMs and readme are updated

dadhi avatar Nov 10 '23 15:11 dadhi