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

Java also has a JIT compiler which might eliminate object allocations at runtime.
It also has better GCs