0 Members and 1 Guest are viewing this topic.
ok so in 7z, what is the best compression method that I should use?
[ Files and folders! ] [ TAR Archive ] [ bzip2 Compress ][ somefolder/ ] [ ] [ ][ file1 ] [ DATA ] [ data compresed ][ file2 ] [ ] [ with RLE, BWT, ][ file3 ] [ somefolder blk ] [ MTF, RLE, then ][ somefolder2/ ] ==> [ file1 blk ] ==> [ Huffman, base ][ afile1 ] [ file2 blk ] [ 1, delta enc., ][ afile2 ] [ file3 blk ] [ bit array! ][ afile3 ] [ somefolder2 blk] [ ][ anotherfile1 ] [ afile1 blk ] [ TAR ARCHIVE ][ anotherfile2 ] [ afile2 blk ] [ ↓↓↓ ][ anotherfile3 ] [ ... ] [ BZip2 comp. dat]blk = data block entry for file/folder/linkMore info about tar and compression (bzip2) can be found here:http://en.wikipedia.org/wiki/Bzip2http://en.wikipedia.org/wiki/Tar_%28file_format%29