| ▲ | lstodd an hour ago | |
We insist that GC is unacceptable only because we insist that uncontrollable latency is unacceptable. | ||
| ▲ | LoganDark an hour ago | parent [-] | |
The entire concept of a pauseless GC is that you have no uncontrollable latency. The GC can run on a background thread with zero stop-the-world. Of course, this assumes you're in a preemptive environment with access to other threads, etc. | ||