home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / linux / 7091 < prev    next >
Encoding:
Text File  |  1992-07-30  |  1.7 KB  |  37 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!news.claremont.edu!jarthur.claremont.edu!jwinstea
  3. From: jwinstea@jarthur.claremont.edu (Jim Winstead Jr.)
  4. Subject: Re: Why ZIP/UNZIP slower than DOS version?
  5. Message-ID: <1992Jul31.061328.3041@muddcs.claremont.edu>
  6. Sender: news@muddcs.claremont.edu (The News System)
  7. Organization: Harvey Mudd College, WIBSTR
  8. References: <1992Jul31.050921.19572@athena.mit.edu>
  9. Date: Fri, 31 Jul 1992 06:13:28 GMT
  10. Lines: 25
  11.  
  12. In article <1992Jul31.050921.19572@athena.mit.edu> chchen@stat.fsu.edu writes:
  13. >I am using the zip/unzip binaries from tsx-11(or banjo?). The zipping
  14. >/unzipping speed is far slower than the pkzip/pkunzip DOS version,
  15. >especially for large files (>= 100k). Anyone has the same problem?
  16.  
  17. PKzip and PKunzip are highly optimized, primarily by coding the
  18. critical routines in assembly, according to PKware.
  19.  
  20. On the other hand, the Info-ZIP zip and unzip sources are entirely in
  21. C, and designed to be highly portable among platforms - that means a
  22. loss of speed.
  23.  
  24. For what it's worth, I haven't really noticed the difference, but I
  25. don't use zipping programs for speed - I use them to save space.
  26.  
  27. Also, it's orth mentioning that pkzip/unzip are running under a
  28. signle-tasking program launcher, not a multitasking, multiuser
  29. operating ssytem like Linux.  There is some overhead involved,
  30. especially if you are working in other virtual terminals as zip and
  31. unzip are working.
  32. -- 
  33.                                     +    Jim Winstead Jr. (CSci '95)
  34.                                     |            Harvey Mudd College
  35.                                     | jwinstea@jarthur.Claremont.EDU
  36.                                     + This is all my words.  Honest!
  37.