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

Use more performant compression package #720

Open
101arrowz opened this issue Oct 23, 2020 · 0 comments
Open

Use more performant compression package #720

101arrowz opened this issue Oct 23, 2020 · 0 comments

Comments

@101arrowz
Copy link

I've authored a compression library, FFlate, that is much more performant than Pako. It also incorporates ZIP compression, like JSZip, but compresses large files in parallel. If some of these ideas were implemented here, performance would improve dramatically. See a CodeSandbox for a comparison of JSZip, UZIP (a fast ZIP library I found), and FFlate. (Of course, the primary way to fix the abysmal performance above v3.1.5 is #702).

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