home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / compress / 2995 < prev    next >
Encoding:
Text File  |  1992-08-13  |  2.0 KB  |  61 lines

  1. Newsgroups: comp.compression
  2. Path: sparky!uunet!usc!rpi!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!att!cbnewsi!joeo
  3. From: joeo@cbnewsi.cb.att.com (joseph.m.orost)
  4. Subject: Re: FAST compression/decompression
  5. Organization: Echo Logic
  6. Date: Thu, 13 Aug 1992 12:40:24 GMT
  7. Message-ID: <1992Aug13.124024.13012@cbnewsi.cb.att.com>
  8. Summary: compress beats compact
  9. References: <hp48sx.713408789@wuarchive.wustl.edu> <1992Aug11.201810.10977@crd.ge.com>
  10. Sender: joe@babel.ho.att.com
  11. Lines: 48
  12.  
  13. In article <1992Aug11.201810.10977@crd.ge.com> davidsen@crd.ge.com (bill davidsen) writes:
  14. >  There is a program called compact which is significantly faster than
  15. >compress, and does a better job for very large (1MB+) files.
  16. >
  17. >Example, using a 439422 byte ls -lR output:
  18. >            time    compr %    K/cpu-sec
  19. >    compress    2.11    80.38    208.2
  20. >    compact        0.80    75.53    549.2
  21. >
  22. >Using 1126248 bytes of C source for MBS:
  23. >            time    compr %    K/cpu-sec
  24. >    compress    6.86    62.62    164.1
  25. >    compact        2.90    63.81    388.3
  26. >
  27. >Using 2927302 bytes of C from my binsrc directory:
  28. >            time    compr %    K/cpu-sec
  29. >    compress    17.35    65.77    168.7
  30. >    compact         7.30    66.58    401.0
  31. >
  32. >CPU times were on a Sun IPC.
  33.  
  34. On my SPARCstation 2, compress runs SIGNIFICANTLY faster than
  35. compact.  I'm comparing /usr/ucb/compress vs. /usr/old/compact.
  36.  
  37. Using a 20177544 byte 68020 disassembly file (I know, its not nice
  38. to use files that other people can't access, but the particulars
  39. of the file don't seem to matter here):
  40.  
  41.                                             compressed
  42.                         real time  compr %   file size
  43.         compress        1:12.66    87.38       2551475
  44.         compact         6:34.68    50.27      10035075
  45.  
  46.       uncompress          46.36
  47.       uncompact         4:23.31
  48.  
  49. Is there some other program calling itself "compact"?
  50.  
  51.                                 regards,
  52.                                 joe
  53.  
  54. --
  55. Full Name:    Joseph M. Orost
  56. EMail:        joe@babel.ho.att.com
  57. Organization: Echo Logic
  58. SurfaceMail:  943 Holmdel Rd.; Cruz Plaza; Holmdel, NJ 07733
  59. Phone:        +1 (908) 946-1115
  60.  
  61.