home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d0xx / d051 / compress.lha.pi < prev    next >
Encoding:
Text File  |  1994-03-14  |  857 b   |  20 lines

  1. .name
  2. Compress
  3. .author
  4. Thomas Spencer
  5. with improvements by others 
  6. .description
  7. This is an update to the compress version released on disk number 6.  It is
  8. tested and seems to work well except for a couple glitches noticed at the
  9. last minute (see the README file). Compress reduces the size of the named
  10. files using adaptive Lempel-Ziv coding.  The amount of compression obtained
  11. depends on the size of the input, the number of bits per code, and the
  12. distribution of common substrings.  Typically, text such as source code or
  13. English is reduced by 50-60%.  Compression is generally much better then
  14. that achieved by Huffman coding (as used in "pack") or adaptive Huffman
  15. coding (as used in "compact"), and takes less time to compute.  
  16. .described-by
  17. Automatically generated from Contents file by c2pi program.
  18. .short
  19. A compression program using LZW coding.
  20.