• by algorithmsRcool on 5/9/2025, 1:26:24 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 zigzag312 on 5/9/2025, 1:53:19 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!