-
Notifications
You must be signed in to change notification settings - Fork 117
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
Unzipping very slow for 285 kb file #38
Comments
@cameck I don't think you are doing anything wrong here. The decrypt through javascript is inherently slow and there is little focus to make improvements. Feel free to investigate on your own and make a PR if you find any optimizations. |
If you can share a slow zip-file please reopen with link and I can take a look. |
@ZJONSSON Got it, no worries. Thanks for getting back to me. |
Hi @ZJONSSON. Same issue for me, large files decryption very slow. (11mb - ~3min). I found some solution for encryption (https://github.com/ksoichiro/node-archiver-zip-encryptable/blob/master/lib/zip-crypto.js). They use I think you can play with it ;) |
Hello, I'm having the same issue here. It's even worse as I need to extract on a slowish embedded device. The change in #38 (comment) seems promising but I would really prefer to stay on the "official" repository. Any chance of this getting included here? |
@ZJONSSON i have same problem |
I also have the same problem. @dkostenevich's Decyrpt.js change decreased my extraction time from 180 seconds down to around 8 inside a GCP serverless function. |
I do also have the same problem. |
Facing similar issues here for a 27mb file its taking around 30 minutes |
@ZJONSSON should be a big boost if using decrypt from @dkostenevich |
Agreed, can someone submit a PR? |
closed with #316 (Thanks @lechuhuuha ) |
First of all thanks for adding the feature of password protected zips! It works great except it is really slow.
I know there's something going on behind the scenes as this should not take this long, 35 seconds!
I can't figure out at the present moment why this is taking so long, but maybe there's something I'm doing that is wrong?
Here is my code:
And Standard Out:
The text was updated successfully, but these errors were encountered: