Pauseless Garbage Collector

by algorithmsRcoolon 5/9/2025, 1:21 PMwith 2 comments

by algorithmsRcoolon 5/9/2025, 1:26 PM

This is a github discussion about an experimental Garbage Collector for .NET that dramatically reduces pause durations, total pause time without significantly damaging throughput

The new GC is introduced in this comment:

https://github.com/dotnet/runtime/issues/96213#issuecomment-...

by zigzag312on 5/9/2025, 1:53 PM

This looks almost too good to be true. Interested in seeing more benchmarks showing the tradeoffs.

For latency sensitive use cases this is great news!