home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / compress / 3796 < prev    next >
Encoding:
Internet Message Format  |  1992-11-10  |  2.2 KB

  1. Path: sparky!uunet!mcsun!sun4nl!ruuinf!accucx!nevries
  2. From: nevries@accucx.cc.ruu.nl (Nico E de Vries)
  3. Newsgroups: comp.compression
  4. Subject: Re: best method for compressing text files
  5. Message-ID: <3307@accucx.cc.ruu.nl>
  6. Date: 10 Nov 92 22:14:55 GMT
  7. References: <Nov.10.00.59.59.1992.29852@gandalf.rutgers.edu>
  8. Organization: Academic Computer Centre Utrecht
  9. Lines: 31
  10.  
  11. In <Nov.10.00.59.59.1992.29852@gandalf.rutgers.edu> deatz@gandalf.rutgers.edu (Gregory H Deatz) writes:
  12.  
  13. >I know that this question has been posted to the group before, but I am looking for a compression method (preferably extremely portable code) that is best
  14. >in compression (*not* speed) for text files exclusively (or not). PostScript
  15. >files tend to be extremely cumbersome, and pkzip just doesn't do the job to
  16. >make it feasible to transfer most ps files between a dos machine and a unix
  17. >machine when the modem speed is 2400 bps.
  18.  
  19. >I'd like to have some code or two identical packages: one for unix, one for
  20. >msdos, so that a 500K text file will be considerably smaller than 500K, i.e.
  21. ><< 100K. Does anyone have an answer for me either negative or positive? Speed
  22. >is of no concern to compress the files when it will most likely take much less
  23. >time than the 20-30 minutes for file transfer with pkzip techniques, and it
  24. >is also time consuming to generate the ps files from wp51.
  25.  
  26. If you want the best there are three options. Higher order arithmetic
  27. compression (Nelson wrote some of those). Ashford compression (C source
  28. included in my LDS_10 package I uploaded to garbo.uwasa.fi (still not
  29. available :-()). And SAKDC from Ross Wiliams (he wrote some book on this).
  30.  
  31. SAKDC is the best one, Ashford comes close and is freely available.
  32.  
  33. Notice you get what you asked for, these are VERY slow.
  34.  
  35. Nico E. de Vries  (nevries@cc.ruu.nl) |------------------*   AA   III  PPP
  36. _ This text is supplied AS IS, no warranties of any kind |  A  A   I   P  P
  37. | apply. No rights can be derived from this text. This   |  AAAA   I   PPP
  38. | text is likely to contain spelling and grammar errors. |  A  A   I   P
  39. *---------------------------( Donate to GreenPeace! )----*  A  A  III  P
  40.  
  41. "The IBM PC is still waiting for a version of the CP/M OS.", G.M. Vose, 1982.
  42.