Open neonichu opened 9 years ago
Currently, a new instance of CCBufferedImageDecoder is created for each new chunk of data received. Works, but we could be more efficient, especially considering that it'll allocate a new output buffer each time.
CCBufferedImageDecoder
Currently, a new instance of
CCBufferedImageDecoder
is created for each new chunk of data received. Works, but we could be more efficient, especially considering that it'll allocate a new output buffer each time.