#1
|
|||
|
|||
Tar format
I sometimes read about your game conversions I honestly not expert at all of 'em but I see talk a lot a about freearc, lzma, precomp scomp and all that
On linux/unix we a have a lot of use about the tar compression format What you think about that one????...Have you used it???... |
Sponsored Links |
#2
|
||||
|
||||
tar (as in Tape ARchiver) does not compress files, it only packs them together with some headers. gzip, xz, bzip2 etc., on the other hand, compress files but only one at a time. That's why Unix stuff is archived with 1) files packed together with tar and then 2) the tar compressed with gzip etc. - hence the .tar.gz etc. double file extension - which is very similar to so-called "solid" archives: the multiple files are compressed as a single stream which gives you a better compression ratio but you can't extract a file without decompressing all the files before it. ZIP, RAR, 7-Zip etc. are archivers that do both these functions: pack files together and compress them.
But all these compressors are generic ones so you can't achieve the compression ratio of the special archivers you mentioned. There's only one common point: xz uses the LZMA compression method. (So does 7-Zip by default.) gzip uses LZ77 and Huffman, bzip2 uses RLE, Burrows–Wheeler Transform and Huffman; these are older compression methods, faster but less efficient.
__________________
Joe Forster/STA For more information, see the FileForums forum rules and the PC Games forum FAQ! Don't contact me via E-mail or PM to ask for help with anything other than patches (or software in general) done by me, otherwise your request may be deleted without any reply! Homepage: http://sta.c64.org, E-mail: [email protected]; for attachments, send compressed (ZIP or RAR) files only, otherwise your E-mail will bounce back! |
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Best Compression Format | DRAGoN.X | Chit Chat | 11 | 07-09-2017 23:13 |
PS2 HDD and HD Advance wants to format on every restart | B11TME | PS2 Games | 4 | 07-04-2005 03:46 |
RecordNow and the *.gi ISO format | ADROiT | PS2 Games | 1 | 05-02-2004 05:35 |
need help bad !!!! | toviolent | XBox Games | 3 | 06-05-2003 17:31 |
I need help backing up my original HD, PLEASE!!! | devilsminion | XBox Games | 2 | 01-05-2003 19:52 |