giflib.js icon indicating copy to clipboard operation
giflib.js copied to clipboard

Implement chunked decoding functions

Open qdot opened this issue 11 years ago • 0 comments

Right now decoding is a one shot thru DGifSlurp, which quite often lags things. No idea if it can be thrown to a webworker without copying the whole emscripten heap there and back. Implement chunked decoding so we can spin the event loop when needed.

qdot avatar Jul 26 '14 18:07 qdot