Hacker News new | ask | show | jobs
by bob1029 260 days ago
You can provide your own GC implementation if you really wanted to:

https://learn.microsoft.com/en-us/dotnet/core/runtime-config...

https://github.com/dotnet/runtime/blob/main/src/coreclr/gc/g...

1 comments

Interesting!