Y
Hacker News
new
|
ask
|
show
|
jobs
by
merlish
3141 days 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.)
1 comments
weberc2
3141 days ago
Yes, Go optimizes for low latency and Java for high throughput.
link
pjmlp
3141 days ago
Depends on the Java GC being used.
link
weberc2
3140 days ago
Granted, but the stock GC is optimized for throughput.
link
pjmlp
3140 days ago
The stock GC on OpenJDK, there are other JVMs to choose from.
link