OSDN Git Service

add help file in v4.64
[sevenzip/7-Zip.git] / sevenzip.sourceforge.jp / chm / general / performance.htm
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r
2 <HTML>\r
3 <HEAD>\r
4   <META http-equiv="Content-Type" content="text/html; charset=Windows-1252">\r
5   <TITLE>Performance</TITLE>\r
6   <LINK href="style.css" rel="stylesheet" type="text/css">\r
7 </HEAD>\r
8 \r
9 <BODY>\r
10 \r
11 <H1>Performance</H1>\r
12 \r
13 <H4>ZIP Format</H4>\r
14 <P>Compression ratio results are very dependent upon the data used for\r
15 the tests. We compared 7-Zip with some of the leading \r
16 commercial archivers: PKZIP 2.04g, WinZip 7.0.</P>\r
17 \r
18 <P>FILE SET: The Canterbury Corpus (11 files totaling 2,810,784 bytes,\r
19 popular file set used to compression rates).</P>\r
20 \r
21 <TABLE>\r
22   <TR>\r
23     <TH>Archiver</TH>\r
24     <TH>Compressed size</TH>\r
25     <TH>Ratio</TH>\r
26   </TR>\r
27   <TR>\r
28     <TD><B>7-Zip (zip format)</B></TD>\r
29     <TD><B>676284</B></TD>\r
30     <TD><B>100%</B></TD>\r
31   </TR>\r
32   <TR>\r
33     <TD>PKZIP 2.04g -ex</TD>\r
34     <TD>726047</TD>\r
35     <TD>107%</TD>\r
36   </TR>\r
37   <TR>\r
38     <TD>WinZip 7.0 (Max)</TD>\r
39     <TD>731499</TD>\r
40     <TD>108%</TD>\r
41   </TR>\r
42 </TABLE>\r
43 \r
44 \r
45 <H4>7z Format</H4>\r
46 \r
47 <P>7z is the new archive format, providing a high compression ratio.</P>\r
48 \r
49 <P>FILE SET: The GIMP 1.2.4 for Windows after full installation \r
50 (127 subfolders, 1304 files totaling 27,128,826 bytes).  \r
51 The GIMP is the GNU Image Manipulation Program. It can be downloaded from \r
52 www.gimp.org.</P>\r
53 \r
54 <TABLE>\r
55   <TR>\r
56     <TH>Archiver</TH>\r
57     <TH>Compressed size</TH>\r
58     <TH>Ratio</TH>\r
59   </TR>\r
60   <TR>\r
61     <TD><B>7-Zip (7z format)</B></TD>\r
62     <TD><B>5445402</B></TD>\r
63     <TD><B>100%</B></TD>\r
64   </TR>\r
65   <TR>\r
66     <TD>WinRAR 3.10</TD>\r
67     <TD>6004155</TD>\r
68     <TD>110%</TD>\r
69   </TR>\r
70   <TR>\r
71     <TD>WinAce 2.3</TD>\r
72     <TD>6242424</TD>\r
73     <TD>115%</TD>\r
74   </TR>\r
75   <TR>\r
76     <TD>CABARC 1.0</TD>\r
77     <TD>6455327</TD>\r
78     <TD>119%</TD>\r
79   </TR>\r
80   <TR>\r
81     <TD><B>7-Zip (zip format)</B></TD>\r
82     <TD><B>9461621</B></TD>\r
83     <TD><B>174%</B></TD>\r
84   </TR>\r
85   <TR>\r
86     <TD>PKZIP 2.50</TD>\r
87     <TD>9842800</TD>\r
88     <TD>181%</TD>\r
89   </TR>\r
90 </TABLE>\r
91 \r
92 <H4>GZIP Format</H4>\r
93 \r
94 <P>7-Zip provides the best compression ratio for GZIP format. The compression ratio\r
95 is equal to its compression ratio for ZIP format (above).</P>\r
96 \r
97 <H4>RAR Format</H4>\r
98 \r
99 <P>7-Zip provides superior decompression speed for RAR archives.\r
100 For solid archives it decompresses only the minimum number of files\r
101 needed. For example,\r
102 consider a solid archive <B>archive.rar</B> containing 100000 files\r
103 created by the command:<BR>\r
104 <B>rar a archive.rar -s100 * -r</B><BR>\r
105 In this solid archive, each group of 100 files is compressed as one big file.\r
106 To extract one file from that archive,\r
107 7-Zip will decompress (in memory) only some files from one group.\r
108 As a result, 7-Zip can provide the combined advantages\r
109 of solid compression and high speed of decompression.</P>\r
110 \r
111 </BODY>\r
112 </HTML>\r