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

  1. Newsgroups: comp.compression
  2. Path: sparky!uunet!mcsun!sunic!liuida!linda!thenglid
  3. From: thenglid@linda.lidac.liu.se (Thomas Engstrom)
  4. Subject: Re: compression of small files
  5. Message-ID: <1992Nov12.084029.7073@linda.lidac.liu.se>
  6. Keywords: small files 1024 bytes
  7. Organization: Computer Service Centre, University of Linkoping
  8. References: <1992Nov11.210509.20715@cbnewsj.cb.att.com>
  9. Date: Thu, 12 Nov 1992 08:40:29 GMT
  10. Lines: 19
  11.  
  12. jef0@cbnewsj.cb.att.com (john.e.fetchko) writes:
  13.  
  14.  
  15. >Does anyone have information on any compression routines
  16. >that work well on the compression of small files ?
  17. >     ^^^^^^^^^                       ^^^^^^^^^^^ 
  18.  
  19. >work well: means a good compression ratio, speed is unimportant.
  20.  
  21. >small files: means 1024 bytes or less.
  22.  
  23. >Or would a file of such a size be too small to effectively compress ?
  24.  
  25. On a machine that allocates disk blocks in 1024 bytes blocks or more,
  26. there would be waste of time to compress "small files". The same goes
  27. for files smaller than 512 bytes on a machine with 512 bytes blocks.
  28.  
  29.  
  30.  
  31.