how to accelerate the speed of unzip large file in python

40 views Asked by At

Now we have the file structure like this and enter image description here and each zip file contains only 1 file, but some file in zipfile is more than 5GB.

I use the zipfile module in python to unzip them, and it takes 1 hour to unzip a single aip file. How to accelerate the speed? And I want to cut the data into 4 parts as limit by the storage. Any advice will be appreciated! Thanks a lot!

0

There are 0 answers