How to use Parallel Extraction
Usually when an archiving program decompresses an archive, as shown below, the program extracts the first file in the archive and then other files one by one in sequence.
The feature "parallel extraction" of Bandizip, however, allows the program to make full use of a multi-core CPU and extract several files simultaneously; the processing speed of the parallel extraction is 2 to 6 times faster than that of usual extraction.
Benchmarks
Test files
- poty2007.zip (1.13GB)
- music.zip (10.97GB, mp3)
- videos.zip (9.1GB, mp4)
Test environment
- OS: macOS BigSur 11.6
- Model: 2019 iMac 27" (Intel i9-9900K, 8C/16T)
- SSD: APPLE SSD SM1024L (1TB)
Test results on decompression speed
Limitations
This feature works only under the following conditions:
- Supported format: ZIP
- Supported algorithm: store, deflate
This feature does not work under the following conditions:
- The archive is located in an HDD or external drive, not in an SSD.
- The archive has been corrupted.
- The archive contains symbolic links.
- The archive has been encrypted.
- The archive has been split-compressed.