GCBurn
GCBurn copied to clipboard
New results on .NET 5
Hi,
Awesome research you've done here. Have you ran this on .net 5 to see how things have improved?
Hi, please check out https://medium.com/swlh/astonishing-performance-of-net-5-more-data-5cdc8d821e8c
Overall, .NET 5 didn't improve much in this sense, though I guess the issue with this test is that it doesn't involve pinned objects, and these objects were the main target of .NET 5 GC perf. improvements.
They added the bitonic sort in .net afaik.
Have you reached out to maoni or the .net pms?
No, I have not. I'll try to.
Any plan ran this test on .NET6? @alexyakunin
Any plan ran this test on .NET7 ? @alexyakunin