home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / compress / 3835 < prev    next >
Encoding:
Text File  |  1992-11-14  |  1.3 KB  |  30 lines

  1. Newsgroups: comp.compression
  2. Path: sparky!uunet!charon.amdahl.com!pacbell.com!decwrl!elroy.jpl.nasa.gov!ames!agate!rsoft!mindlink!a269
  3. From: Mischa_Sandberg@mindlink.bc.ca (Mischa Sandberg)
  4. Subject: Re: compression of small files
  5. Organization: MIND LINK! - British Columbia, Canada
  6. Date: Fri, 13 Nov 1992 19:44:26 GMT
  7. Message-ID: <17442@mindlink.bc.ca>
  8. Sender: news@deep.rsoft.bc.ca (Usenet)
  9. Lines: 19
  10.  
  11. This isn't *really* a cheat, but: have you considered building a permanent
  12. dictionary, or dictionaries keyed by file "type"? Mod a compression routine
  13. to load a dictionary from a separate file identified in the compressed file's
  14. header, rather than storing and loading
  15. a dictionary from the compressed file's header. Periodically, run a
  16. compression
  17. program on the set of files kept compressed, to see if you generate a new
  18. (and better) dictionary, and either keep that for future use or use it
  19. to convert the older compressed files. If your files are being compressed
  20. and uncompressed at different locations, this means periodically transmitting
  21. new dictionaries.
  22.  
  23. --
  24. Mischa Sandberg ... Mischa_Sandberg@mindlink.bc.ca
  25.                  or uunet!van-bc!rsoft!mindlink!Mischa_Sandberg
  26. *-*-*-*-*-*-*-*-*-*-*
  27. Engineers think equations are an approximation of reality.
  28. Physicists think reality is an approximation of the equations.
  29. Mathematicians never make the connection.
  30.