home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / compress / 3006 < prev    next >
Encoding:
Internet Message Format  |  1992-08-13  |  1.6 KB

  1. Path: sparky!uunet!dtix!darwin.sura.net!wupost!gumby!destroyer!ubc-cs!unixg.ubc.ca!kakwa.ucs.ualberta.ca!volcano.ucs.ualberta.ca!user
  2. From: antoine@sysmail.ucs.ualberta.ca (Antoine Verheijen)
  3. Newsgroups: comp.compression
  4. Subject: Re: FAST compression/decompression
  5. Message-ID: <antoine-130892172107@volcano.ucs.ualberta.ca>
  6. Date: 13 Aug 92 23:54:13 GMT
  7. References: <hp48sx.713408789@wuarchive.wustl.edu> <1992Aug11.201810.10977@crd.ge.com> <1992Aug13.124024.13012@cbnewsi.cb.att.com>
  8. Sender: news@kakwa.ucs.ualberta.ca
  9. Followup-To: comp.compression
  10. Organization: University of Alberta
  11. Lines: 20
  12. Nntp-Posting-Host: volcano.ucs.ualberta.ca
  13.  
  14. In article <1992Aug13.124024.13012@cbnewsi.cb.att.com>,
  15. joeo@cbnewsi.cb.att.com (joseph.m.orost) wrote:
  16. > In article <1992Aug11.201810.10977@crd.ge.com> davidsen@crd.ge.com (bill davidsen) writes:
  17. > >  There is a program called compact which is significantly faster than
  18. > >compress, and does a better job for very large (1MB+) files.
  19.  
  20. ...
  21.  
  22. > Is there some other program calling itself "compact"?
  23.  
  24. Yes, (unfortunately for the name) there is. You're undoubtedly using the
  25. original Unix compact program, which predates compress and uses a dynamic
  26. huffman compression scheme. However, in about December 1990, Gene Olsen
  27. submitted a program named compact to either comp.sources.misc or
  28. comp.source.unix (I don't remember which). According to the man pages, it
  29. uses a modified LZW compression not unlike that of V.42bis and is ideally
  30. suited to larger (> 1MB) files. This is undoubtedly the one Bill used.
  31.  
  32. Hope this helps (and that it's right :-) ).
  33.