Low Pause-Time Garbage Collector
.NET (Core and Framework)
1
Posts
1
Posters
0
Views
1
Watching
-
What are the prospects for a low pause-time garbage collector being added to .NET? (I have a server that is written in .NET, and low latency is important for this server. The server can tolerate many garbage collections, but each garbage collection must be quick. Latencies as long as about 1/3 of a second would be OK; longer is problematic. A garbage collector with pause times of less than .1 second would be great.)