I have a large zip file of size nearly 8GB, which consists of many (~5.6 million) small files (~1-20 kb) each. I tried extracting this with linux unzip and its too slow. Some other answers suggested other linux packages that could do faster, but I can't install any of those since I don't have sudo access to the machine.
I was wondering if there was a way to use multiple cores in python to do this faster? I am a bit new to this and I checked out another question on the same topic, (python-parallel-processing-to-unzip-files), but the author mentioned it did not improve the speed.
Anyone have suggestions on what I should do?