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

This is a pretty common way to use arrays, at least in game programming on earlier versions of Android where you couldn't garbage collect during a frame due to the delays. You'd often have big pre-allocated arrays with a marker for how much is currently used. That or object pools when you needed someone more than arrays.


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

Search: