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

Deflate (compression) #6

Open
jimmywarting opened this issue Jul 3, 2019 · 3 comments
Open

Deflate (compression) #6

jimmywarting opened this issue Jul 3, 2019 · 3 comments
Labels
enhancement New feature or request
Milestone

Comments

@jimmywarting
Copy link
Contributor

Support compressing entries globally, individually and per instance?

new F({ level: x })
F.level = x
writer.write({ level: x })
@eligrey
Copy link
Member

eligrey commented Jul 3, 2019

We should also support 'no compression' as an option for users who are exporting files that don't compress well (or where performance is a concern).

@jimmywarting
Copy link
Contributor Author

jimmywarting commented Jul 3, 2019

Initially we can start out with a zip writer that has no support for compression and add that later on.
the default compression level would still be 0 = meaning no compression

@jimmywarting jimmywarting added this to the Backlog milestone Jul 3, 2019
@jimmywarting jimmywarting added the enhancement New feature or request label Jul 3, 2019
@fedetibaldo
Copy link

fedetibaldo commented Oct 18, 2022

While I was browsing through the source code I noticed that the compression library, Pako, is used only during inflate operations. Are there plans to support deflation anytime soon, as hinted by this issue? Or has it been put on hold indefinitely?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants