top | item 15686365

(no title)

merlish | 8 years ago

I think the expectation the Go lot have been working towards is the expectation that individual pauses are very short. Contrast to a Java server GC, aiming towards overall efficiency. (Tell me if I'm wrong, I'm no expert.)

discuss

order

weberc2|8 years ago

Yes, Go optimizes for low latency and Java for high throughput.

pjmlp|8 years ago

Depends on the Java GC being used.