Y
Hacker News
new
|
ask
|
show
|
jobs
by
mrsmrtss
166 days ago
Regarding GC pauses, there is an interesting alternative GC with ultra low pauses for .NET called Satori. It's primarly discussed here
https://github.com/dotnet/runtime/discussions/115627
, and the GC itself can be found here
https://github.com/VSadov/Satori