There’s be some amazing performance improvements in certain LINQ methods in .NET 7 compared to .NET 6.
Look at the ratio column below, speed savings up to 98% 💪🏻 …
You might also be interested in...
.NET 6 performance improvements when comparing two arrays using SequenceEqualsThere’s some pretty impressive performance improvements in .NET 6 when we are comparing arrays using the LINQ SequenceEqual method. The … Continue reading .NET 6 performance improvements when comparing two...
In .NET 6 the ZIP LINQ extension can now support merging three sequences together
In .NET 6 the ZIP LINQ extension can be used to merge elements from three sequences together. Previously it was … Continue reading In .NET 6 the ZIP LINQ extension...
How to set the Ratio column style in BenchmarkDotNet results
By default when you output the Ratio column in BenchmarkDotNet using the Baseline = true attribute it is output using … Continue reading How to set the Ratio column style...
HTTP/2 performance improvements in .NET 7
In .NET 6 the built in Kestrel server controlled how HTTP/2 requests accessed a TCP connection via a lock, this … Continue reading HTTP/2 performance improvements in .NET 7...
Three examples of Regular Expression performance improvements in .NET 7
Stephens Toubs performance articles on devblogs.microsoft.com are always something I look forward to. In May 2022 he wrote one covering … Continue reading Three examples of Regular Expression performance improvements...