Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I'll add to that that the overhead is not proportional to the amount of garbage your application generates, it's proportional to the amount of data blocks your application has allocated. Garbage collection is also often performed by suspending the application (stop the world) at unpredictable moments and with an unpredictable duration. Garbage collection can thus be a serious problem for some type of applications. This is why the GC should be optional.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: