|
|
|
|
|
by pcwalton
3784 days ago
|
|
Latency isn't the only concern; you also have to look at throughput. The JVM's GC has been carefully tuned to strike a balance here. In particular, Go's GC is not yet generational from the talks I've seen, which is a large throughput loss compared to the GC of the JVM. |
|
https://docs.oracle.com/javase/8/docs/technotes/guides/vm/gc...