Y
Hacker News
new
|
ask
|
show
|
jobs
by
Buttons840
1276 days ago
The JVM is a runtime virtual machine. Go produces static binaries (I think?) that run on the CPU, big difference.
1 comments
lmm
1275 days ago
Go produces binaries but those include a substantial runtime, with e.g. garbage collection and full reflection.
link