home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume24 / yabbawhap / part03 / BLURB < prev    next >
Encoding:
Text File  |  1991-10-09  |  1000 b   |  20 lines

  1. This package includes yabba and unyabba, portable implementations of Y
  2. coding. Y coding is unpatented---unlike the LZW coding used by compress
  3. and the LZ78 variants used by most other dictionary compressors. Y also
  4. gives somewhat better compression than LZW.
  5.  
  6. As an extra bonus, this package also includes whap and unwhap, portable
  7. implementations of AP coding. AP coding is patented, but like Y it is
  8. more effective than LZW. whap runs about as fast as compress and, in its
  9. default configuration, uses less memory; unwhap runs as fast as
  10. uncompress and uses less than half as much memory.
  11.  
  12. The entire package is public-domain. You can copy my Y code into any
  13. application without fear of copyrights or patents. Be aware, however,
  14. that the current implementation is probably not too close to optimal,
  15. and I am actively searching for a better method. If AP were not patented
  16. I would recommend that you use it instead. For more information see
  17. PATENTS in the package.
  18.  
  19. ---Dan Bernstein, brnstnd@nyu.edu
  20.