|
Zip
|
Previous Top Next |
| · | Deflate - Deflate is the compression algorithm used by the PKZIP 2.04g file format. This algorithm has pretty good compression and is quite fast. It is the default compression algorithm used by Magellan Explorer.
|
| · | Deflate64 - The Deflate64, also know as Enhanced Deflate, compression algorithm is a variation of the Deflate algorithm that uses a 64K sliding window rather than a 32K window in order to compress a sequence of bits. Deflate64 takes longer to compress data than Deflate, however it provides better compression. In comparison to BWT, Deflate64 is slightly faster but does not compress as well.
|
| · | Burrows Wheeler - The BWT compression method is an implementation of the Burrows-Wheeler Transform compression algorithm with Huffman encoding. It was popularized by the UNIX and Linux BZip2 program. It offers significantly better compression than Deflate but takes longer to compress and decompress data.
|
| · | Store - Uses no compression.
|