home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / mac / programm / 14975 < prev    next >
Encoding:
Internet Message Format  |  1992-09-03  |  1.3 KB

  1. Path: sparky!uunet!sun-barr!ames!data.nas.nasa.gov!taligent!apple!anderson
  2. From: anderson@Apple.COM (Clark Anderson)
  3. Newsgroups: comp.sys.mac.programmer
  4. Subject: Re: Best text compression?
  5. Message-ID: <71986@apple.Apple.COM>
  6. Date: 4 Sep 92 03:54:08 GMT
  7. References: <1992Sep3.214518.9599@mnemosyne.cs.du.edu>
  8. Organization: Apple Computer Inc., Cupertino, CA
  9. Lines: 23
  10.  
  11. agoates@nyx.cs.du.edu (Alan Goates) writes:
  12.  
  13.  
  14.  
  15. >First, thanks to everyone who answered my Notification Manager question.
  16. >(I didn't have the latest tech notes yet)
  17. >Second, does anyone know what the best published (Public Domain) algorithm is
  18. >for compressing text. And does anyone know where I could get my hands on examplesource code for said algorithm (The only one I've seen is Lempel-Ziv).
  19. >Thanks in advance,
  20. > AL
  21.  
  22. I have gotten pretty good compression on text using
  23. a Huffman algorithm. It's pretty easy to implement,
  24. any standard book on compression schemes should
  25. have it.
  26.                            --clark
  27. ----------------------------------------------------------
  28. Clark Anderson                 BellNet: 408-974-4593
  29. Apple Computer, Inc.         AppleLink: C.ANDERSON
  30.                               InterNet: anderson@apple.com
  31. I speak only for myself...
  32. ----------------------------------------------------------
  33.  
  34.