|
|
|
|
|
by _ph_
2332 days ago
|
|
The low-latency part might not even be true. RC means that you don't have CPU consuming heap scans, but if you free the last reference to a large tree of objects, freeing them can take quite a lot of time, causing high latencies. |
|