Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate if we can improve zlib speed #1

Closed
puzrin opened this issue Nov 3, 2013 · 1 comment
Closed

Investigate if we can improve zlib speed #1

puzrin opened this issue Nov 3, 2013 · 1 comment

Comments

@puzrin
Copy link
Member

puzrin commented Nov 3, 2013

(*) Probably, that can be moved to separate library.

Currently we use deflate from Imaya's zlib.js, but it seems that speed can be improved. Note, we need deflate with headers (see zlib spec), not raw deflate. Alternate ports to investigate:

Keep in mind, that all libs are ports of outdated zlib code. Need refresh.

@puzrin
Copy link
Member Author

puzrin commented Nov 4, 2013

Replaced with (1). Compression speed boosted ~2.5x times.

@puzrin puzrin closed this as completed Nov 4, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant