Skip to content
This repository has been archived by the owner on Aug 20, 2018. It is now read-only.

Optimize inflate() function. #1846

Open
mbebenita opened this issue Aug 22, 2015 · 0 comments
Open

Optimize inflate() function. #1846

mbebenita opened this issue Aug 22, 2015 · 0 comments

Comments

@mbebenita
Copy link
Contributor

A hand tuned version of inflate (https://gist.github.com/mbebenita/be701a32a07afad4ff93) yields nearly a 2X perf improvement, from 1.2s to 0.6s when decompressing all classes in a large jar file. Zlib via emscripten is about 1.4s.

The referenced gist is a very hacky / quick dirty experiment to find out if there is room for improvement, and it looks like there is.

# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant