Y
Hacker News
new
|
ask
|
show
|
jobs
by
iamgopal
1873 days ago
I was about to say because of GC, but doesn’t java also GC ?
1 comments
josefx
1873 days ago
Java also has a JIT compiler which might eliminate object allocations at runtime.
link
vips7L
1871 days ago
It also has better GCs
link