Pauseless Garbage Collector

5 algorithmsRcool 2 5/9/2025, 1:21:43 PM github.com ↗

Comments (2)

algorithmsRcool · 9h ago
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-...

zigzag312 · 9h ago
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!