1 decade ago by DaveVoyles
So I've been looking into object pooling and the benefits for this engine as of late.
I've also been keeping a detailed work log along the way. Overall , I've found it to be limited with JavaScript, as the garbage collector seems to do a wonderful job without it.
Anyway, I figured I'd share a link to my findings so that other developers looking to integrate object pooling (for something like bullets or particles) can find some code for their project as well.
http://davidvoyles.wordpress.com/html5-javascript/
I've also been keeping a detailed work log along the way. Overall , I've found it to be limited with JavaScript, as the garbage collector seems to do a wonderful job without it.
Anyway, I figured I'd share a link to my findings so that other developers looking to integrate object pooling (for something like bullets or particles) can find some code for their project as well.
http://davidvoyles.wordpress.com/html5-javascript/