| View previous topic :: View next topic |
| Author |
Message |
Adem24 Guest
|
Posted: Fri Jun 13, 2008 5:22 am Post subject: The best compressor regarding output size |
|
|
Which of the compressors is the best general purpose compressor
in terms of generated output size? (ie. for random binary data) |
|
| |
|
Back to top |
Phil Carmody Guest
|
Posted: Fri Jun 13, 2008 5:35 am Post subject: Re: The best compressor regarding output size |
|
|
"Adem24" <adem24@nospammplease.org.invalid> writes:
[quote]Which of the compressors is the best general purpose compressor
in terms of generated output size? (ie. for random binary data)
[/quote]
Either cp or cat.
Phil
--
Dear aunt, let>s set so double the killer delete select all.
-- Microsoft voice recognition live demonstration |
|
| |
|
Back to top |
James Dow Allen Guest
|
Posted: Fri Jun 13, 2008 9:05 am Post subject: Re: The best compressor regarding output size |
|
|
On Jun 13, 7:35 am, Phil Carmody <thefatphil_demun...@yahoo.co.uk>
wrote:
[quote]"Adem24" <ade...@nospammplease.org.invalid> writes:
Which of the compressors is the best general purpose compressor
in terms of generated output size? (ie. for random binary data)
Either cp or cat.
[/quote]
I assume by 'cat' you mean 'cat > /dev/null'.
OP didn>t specify lossy or lossless.
James |
|
| |
|
Back to top |
Phil Carmody Guest
|
Posted: Fri Jun 13, 2008 2:50 pm Post subject: Re: The best compressor regarding output size |
|
|
James Dow Allen <jdallen2000@yahoo.com> writes:
[quote]On Jun 13, 7:35 am, Phil Carmody <thefatphil_demun...@yahoo.co.uk
wrote:
"Adem24" <ade...@nospammplease.org.invalid> writes:
Which of the compressors is the best general purpose compressor
in terms of generated output size? (ie. for random binary data)
Either cp or cat.
I assume by 'cat' you mean 'cat > /dev/null'.
[/quote]
Why?
$ cat random.file > random.file.perfectlycompressed
Your bizarre revelation could just as easily apply to 'cp' too:
$ cp random.file /dev/null
[quote]OP didn>t specify lossy or lossless.
[/quote]
It>s inapproprate to presume that a default would be lossy,
even when winding up newbs.
Phil
--
Dear aunt, let>s set so double the killer delete select all.
-- Microsoft voice recognition live demonstration |
|
| |
|
Back to top |
|