Concorde
Concorde copied to clipboard
Efficiency?
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.