Explanation
Compressed file formats often feature both compression (storing the data in a small space) and archiving (storing multiple files and metadata in a single file). One can combine these in two natural ways:
- compress the individual files, and then archive into a single file;
- archive into a single data block, and then compress.
The order matters (these operations do not commute), and this latter is solid compression.
In Unix, compression and archiving are traditionally separate operations, which allows one to understand this distinction:
- compressing individual files and then archiving would be a
tarofgzip'ed files – this is very uncommon, while - archiving via
tarand then compressing yields a compressed archive: a.tar.gz– and this is solid compression.
Read more about this topic: Solid Compression
Famous quotes containing the word explanation:
“There is no explanation for evil. It must be looked upon as a necessary part of the order of the universe. To ignore it is childish, to bewail it senseless.”
—W. Somerset Maugham (18741965)
“Young children constantly invent new explanations to account for complex processes. And since their inventions change from week to week, furnishing the correct explanation is not quite so important as conveying a willingness to discuss the subject. Become an askable parent.”
—Ruth Formanek (20th century)
“Auden, MacNeice, Day Lewis, I have read them all,
Hoping against hope to hear the authentic call . . .
And know the explanation I must pass is this
MYou cannot light a match on a crumbling wall.”
—Hugh MacDiarmid (18921978)