Online Computer Dictionary
Browse words
|
Based on
FOLDOC
Queried for: compression
Definition:
1.
There are many compression algorithms and utilities.
Compressed data must be decompressed before it can be used.
The standard Unix compression utilty is called compress though GNU's superior gzip has largely replaced it. Other compression utilties include pack, zip and PKZIP.
When compressing several similar files, it is usually better to join the files together into an archive of some kind (using tar for example) and then compress them, rather than to join together individually compressed files. This is because some common compression algorithms build up tables based on the data from their current input which they have already compressed. They then use this table to compress subsequent data more efficiently.
Compression FAQ (ftp://rtfm.mit.edu/pub/usenet/news.answers/compression-faq/.
{Web Content Compression FAQ (http://perl.apache.org/docs/tutorials/client/compression/compression.html.
{Usenet newsgroups: news:comp.compression, news:comp.compression.research.
2.
Browse through top 20 categories or see more ...
- programming (659)
- application (76)
- networking (823)
- language (1034)
- operating_system (420)
- mathematics (228)
- graphics (155)
- compiler (21)
- library (41)
- World-Wide_Web (133)
- cryptography (36)
- database (166)
- algorithm (132)
- logic (61)
- software (72)
- audio (27)
- virtual_reality (10)
- communications (329)
- file system (28)
- filename_extension (25)


