|
|
|
|
|
by erik_seaberg
1649 days ago
|
|
Go is better at keeping values on the stack. Java has better throughput when collecting objects that escaped to the heap. Java also tries to optimize out method dispatch, so we can use it freely where Go might tend to avoid it. |
|
There's some other tricks like tagged pointers, purgeable data it doesn't reliably have either.