home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / volume.24 / text0007.txt < prev    next >
Encoding:
Text File  |  1991-09-03  |  1009 b   |  25 lines

  1. Submitted-by: brnstnd@KRAMDEN.ACF.NYU.EDU (Dan Bernstein)
  2.  
  3. In article <1991Jun12.034606.16284@uunet.uu.net> pc@hillside.co.uk (Peter Collinson) writes:
  4. > The group is also looking for a new family of compression utilities,
  5. > now that the Lempel-Ziv-Welch family of commands have been removed
  6. > from the standard.  The main requirements for a substitute are:
  7. >    o The algorithm should be expressed (expressible) in a
  8. >      language independent form
  9. >    o The algorithm should be free of patent issues
  10.  
  11. My compression method, Y coding, appears to be free of all patents,
  12. including LZW. There's nothing language-dependent about the method or
  13. current file format. My reference implementation, yabbawhap (see
  14. comp.sources.unix volume 24), works on a variety of UNIX and non-UNIX
  15. systems, and produces better results than compress at reasonable speed.
  16.  
  17. Another possibility is Ross Williams' LZRW1, which produces worse
  18. results than compress but is blindingly fast.
  19.  
  20. ---Dan
  21.  
  22.  
  23. Volume-Number: Volume 24, Number 9
  24.  
  25.