- Jan
- 617
- 15
7z takes 1.1 seconds.
7unzip takes 4 MINUTES 45 SECONDS!!!
Edit: It is much faster (4.4 seconds) when 7UNZIPping the 7z file that was created with 7ZIP. After a couple more trials back and forth, it looks like the issue is that it has to work really hard to extract "solid" archives.
7unzip takes 4 MINUTES 45 SECONDS!!!
Code:
0:00:00.008
[C:\tmp]
9:58:21 $ timer \bin\7-ZipPortable\App\7-Zip\7z.exe x 2014.7z
Timer 1 on: 9:58:45
7-Zip [32] 16.04 : Copyright (c) 1999-2016 Igor Pavlov : 2016-10-04
Scanning the drive for archives:
1 file, 91905 bytes (90 KiB)
Extracting archive: 2014.7z
--
Path = 2014.7z
Type = 7z
Physical Size = 91905
Headers Size = 6159
Method = LZMA2:48m
Solid = +
Blocks = 1
Everything is Ok
Files: 980
Size: 113795824
Compressed: 91905
Timer 1 off: 9:58:46 Elapsed: 0:00:01.13
0:00:01.127
[C:\tmp]
9:58:46 $ del /q *.txt
0:00:00.239
[C:\tmp]
9:59:00 $ timer 7unzip /q 2014.7z
Timer 1 on: 9:59:20
Timer 1 off: 10:04:05 Elapsed: 0:04:45.55
0:04:45.540
[C:\tmp]
10:04:05 $
Edit: It is much faster (4.4 seconds) when 7UNZIPping the 7z file that was created with 7ZIP. After a couple more trials back and forth, it looks like the issue is that it has to work really hard to extract "solid" archives.
Last edited: