Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
sorokod
on Dec 24, 2019
|
parent
|
context
|
favorite
| on:
Java JIT vs. Java AOT vs. Go for Small, Short-Live...
"over reliance on churning through a lot of short-term garbage"
this is handled super efficiently by generational garbage collectors.
ec109685
on Dec 24, 2019
[–]
Right, you only pay for the memory reachable when the slow / blocking part do the garbage collection runs, so a lean program that churns through small objects can be very responsive.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
this is handled super efficiently by generational garbage collectors.