The performance improvements when cloning one SortedDictionary from another in .NET 6 compared to .NET 5 are amazing.
I’m not sure how commonly devs need to clone a SortedDictionary but on my machine .NET 6 can do this over 25 times faster than .NET 5 so this will definitely help some apps.
Click on the image below for a larger view in a new tab…
For specifics about how this .NET 6 performance optimisation was achieved check out the GitHub items below:
SortedDictionary Copy optimization by johnthcall · Pull Request #45659 · dotnet/runtime · GitHub
Need Help with Your C# Projects?
We offer expert support and development services for projects of any size. Contact us for a free consultation and see how we can help you succeed.
CONTACT US NOW