unzip slow #780
Unanswered
lifejoyforpy
asked this question in
Q&A
unzip slow
#780
Replies: 1 comment 1 reply
-
I don't see anything obvious, but using managed code (SharpZipLib) to do CPU-heavy tasks will always be slower than native. If speed is an issue you could try using a native executable like |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,I use unzip from zip file in a linux pod environment, I found slowly (100MiB zip files takes 20s to decompress). My pod use mount azure blob.
The decompression code is the following:
What can I do to improve the unzip performance?
Beta Was this translation helpful? Give feedback.
All reactions