Last week’s article showed a variety of tricks for saving memory with ByteArray
. Today’s article explores some tricks to use with BitmapData
to save even more memory.
Posts Tagged copy-on-write
The ByteArray
class is not as straightforward as you might think. In certain situations, it has surprising, undocumented functionality. Today’s article goes into some of these strange behaviors so you’ll get a better handle on exactly what’s going on behind the scenes.