Hacker News new | ask | show | jobs
by bob1029 1919 days ago
.NET 5 further improves upon an already very capable GC:

https://devblogs.microsoft.com/dotnet/performance-improvemen...

Most notably:

> When running with the “Server GC”, a thread per core is involved in collections, and as threads finish their allotted portions of the marking work, they’re now able to “steal” undone work from other threads in order to help the overall collection complete more quickly.