home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / compress / 4422 < prev    next >
Encoding:
Text File  |  1993-01-07  |  1.1 KB  |  38 lines

  1. Newsgroups: comp.compression
  2. Path: sparky!uunet!mcsun!sun4nl!sci.kun.nl!pieterh
  3. From: pieterh@sci.kun.nl (Peter Herweijer)
  4. Subject: Re: Source for Lempel-Ziv
  5. Message-ID: <C0HLMq.7qL@sci.kun.nl>
  6. Keywords: lempel
  7. Sender: news@sci.kun.nl (News owner)
  8. Nntp-Posting-Host: wn2.sci.kun.nl
  9. Organization: University of Nijmegen, The Netherlands
  10. References: <hess.726398005@swt7>
  11. Distribution: comp
  12. Date: Thu, 7 Jan 1993 14:01:37 GMT
  13. Lines: 23
  14.  
  15. In <hess.726398005@swt7> hess@swt7.informatik.uni-hamburg.de (Hauke Hess) writes:
  16.  
  17. >Hi,
  18. >
  19. >I would like to save some space by storing long data structures
  20. >temporary in a compressed form. Though I don`t want to loose much
  21. >time in compressing and decompressing them, I look for a
  22. >lempel-ziv coder/decoder source, that will make it as simple as
  23. >possible to store and retrive huge arrays.
  24.  
  25.     [...]
  26.  
  27. >Hauke
  28.  
  29. I don't remember exactly, but you may want to look through either
  30. the 1989 or 1990 issues of Dr Dobb's.  There's a good article on
  31. LZW compression somewhere. It's featured on the cover, if that helps.
  32.  
  33. The algorithm and its implementation are fairly simple, once you've
  34. understood the principles.
  35.  
  36. Peter Herweijer
  37. pieterh@sci.kun.nl
  38.