Posts tagged as 'Object pool'
Object Pool class
Two of the slow operations in the flash player are object creation and garbage collection. If we pool objects – save objects when they’re no longer needed and reuse them later when another object of the same type is required – then object creation is kept to a minimum and garbage collection is reduced to zero…
Posted on 8 October 2008 | 11 comments | continue reading