Yesterday’s post, How to Benchmark Performance Against Preview Versions of .NET, showed you how to compare performance of .NET libraries across pre-release .NET versions with the BenchmarkDotNet library.

In it, we showed that here is a performance improvement for Guid generation in .NET 11 on Linux, up to 20% faster.

TLDR

Guid.NewGuid() is up to 20% faster in .NET 11 on Linux.