Hacker News new | past | comments | ask | show | jobs | submit login

It's a fairly common thread in game development circles. Usually game development is one of the few places with big enough constraints that it's worth doing your own memory management in languages that have garbage collectors. Other places it often makes sense to just architect around GC pauses, since you're going to want redundancy and load balancing anyways.



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

Search: