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

  1. .name
  2. compress
  3. .author
  4. Thomas Spencer
  5. with improvements by others 
  6. .description
  7. Compress reduces the size of the named files using adaptive Lempel-Ziv
  8. coding.  The amount of compression obtained depends on the size of the
  9. input, the number of bits per code, and the distribution of common
  10. substrings.  Typically, text such as source code or English is reduced by
  11. 50-60%.  Compression is generally much better then that achieved by Huffman
  12. coding (as used in "pack") or adaptive Huffman coding (as used in
  13. "compact"), and takes less time to compute.  Great for saving disk space,
  14. or reducing transmission time over phone lines! Also includes "btoa" and
  15. "atob" for converting binary files to ascii, and then back to binary (for
  16. transmission over links that do not support 8 bits).  
  17. .described-by
  18. Automatically generated from Contents file by c2pi program.
  19. .short
  20. Compression program using LSW coding.
  21.