home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / atari / st / 13743 < prev    next >
Encoding:
Internet Message Format  |  1992-09-13  |  1.7 KB

  1. Path: sparky!uunet!cis.ohio-state.edu!rutgers!network.ucsd.edu!munnari.oz.au!bunyip.cc.uq.oz.au!uqcspe!cs.uq.oz.au!warwick
  2. From: warwick@cs.uq.oz.au (Warwick Allison)
  3. Newsgroups: comp.sys.atari.st
  4. Subject: Re: ZOO problems (was PERFPICH.TOS v1.1 posted to a.a)
  5. Message-ID: <10285@uqcspe.cs.uq.oz.au>
  6. Date: 14 Sep 92 05:32:15 GMT
  7. References: <1992Sep9.013825.25099@terminator.cc.umich.edu> <18kqgmINNnfi@peponi.wcc.govt.nz> <BuFB69.L9M@chinet.chi.il.us> <1992Sep14.035858.2395@actrix.gen.nz>
  8. Sender: news@cs.uq.oz.au
  9. Reply-To: warwick@cs.uq.oz.au
  10. Lines: 39
  11.  
  12. In <1992Sep14.035858.2395@actrix.gen.nz> Steven.Wells@bbs.actrix.gen.nz writes:
  13.  
  14. >.ZOO is a LOT slower than LHarc, (in 'high compression' mode) -  and
  15. >fails to get as good compression.  (The difference is so small it
  16. >hardly matters) but speed is a real problem!  
  17.  
  18. Since they use exactly the same algorithm (hence "The difference is so small"
  19. - the the difference in header info), it is merely particular implementations
  20. you are talking about.  All you are saying is that the particular lharc
  21. program you use was written in assembler.
  22.  
  23.  
  24. On my unix box here:
  25.  
  26.  
  27. ~/bin $ time zoo ah t.zoo foobar
  28. Zoo:  foobar -  (54%) added
  29.  
  30. real    0m51.06s
  31. user    0m43.76s
  32. sys     0m1.65s
  33. ~/bin $ time lha a t.lzh foobar
  34. foobar  - Frozen
  35.  
  36. real    0m57.63s
  37. user    0m51.63s
  38. sys     0m1.56s
  39.  
  40.  
  41. So there!  (No doubt the zoo one is better merely because it has been
  42. around longer, and so more optimizations have been made).
  43.  
  44. --
  45. Warwick
  46. --
  47.   _-_|\      warwick@cs.uq.oz.au            /Disclaimer:
  48.  /     * <-- Computer Science Department,  /  
  49.  \_.-._/     University of Queensland,    /   C references are NULL && void*
  50.       v      Brisbane, Australia.        /  
  51.