Reading List
A first try at object pooling from Liza Shulyayeva RSS feed.
A first try at object pooling
As I mentioned in my previous post, I started experimenting with object pooling. To start off with I didn’t worry about performance at all - I just wanted to have a functional way to use entities without repeatedly creating or destroying them. It took a couple of days, but I finally have a working version that (so far) does what I need.