GCBurn icon indicating copy to clipboard operation
GCBurn copied to clipboard

New results on .NET 5

Open ghost opened this issue 3 years ago • 16 comments

Hi,

Awesome research you've done here. Have you ran this on .net 5 to see how things have improved?

ghost avatar Apr 19 '21 08:04 ghost

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.

alexyakunin avatar Apr 28 '21 23:04 alexyakunin

They added the bitonic sort in .net afaik.

Have you reached out to maoni or the .net pms?

ghost avatar Apr 29 '21 06:04 ghost

No, I have not. I'll try to.

alexyakunin avatar Jun 23 '21 18:06 alexyakunin

Any plan ran this test on .NET6? @alexyakunin

InCerryGit avatar Dec 27 '21 01:12 InCerryGit

Any plan ran this test on .NET7 ? @alexyakunin

PeterXiao avatar Jul 03 '23 15:07 PeterXiao