home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / amiga / misc / 13938 < prev    next >
Encoding:
Internet Message Format  |  1992-09-14  |  1.9 KB

  1. Path: sparky!uunet!mcsun!corton!enst!ulysse!pegase!jeannet
  2. From: jeannet@pegase.enst.fr (Olivier Jeannet)
  3. Newsgroups: comp.sys.amiga.misc
  4. Subject: Re: PowerPacker
  5. Message-ID: <2532@ulysse.enst.fr>
  6. Date: 14 Sep 92 16:30:38 GMT
  7. References: <9209061258.AA09444@nettlerash.berkeley.edu> <h08f.715884508@alf.zfn.uni-bremen.de>
  8. Sender: news@ulysse.enst.fr
  9. Reply-To: jeannet@inf.enst.fr
  10. Organization: Telecom Paris, France
  11. Lines: 33
  12.  
  13. In article <h08f.715884508@alf.zfn.uni-bremen.de>, h08f@alf.zfn.uni-bremen.de (Faroul) writes:
  14. ">"RPG104@URIACC.BITNET (Don Mac Phee) writes:
  15. ">"
  16. ">">   Here's a silly question.
  17. ">">   How does PowerPacker operate? Does it:
  18. ">">  a) decrunch the whole file into memory?
  19. ">"When I use PP, and look at its mem-free, it loads the whole file, allocates
  20. ">"a buffer for (de)crunching and starts its work. The size of the buffer
  21. ">"can be set up in one of the menus (little/normal/large).
  22.  
  23. Faroul, you are talking about CRUNCHING not decrunching ! For decrunching,
  24. PP uses a fixed amount of memory, depending only on the size of the crunched
  25. program.
  26.  
  27. To ask properly to Don, the answer is yes, PowerPacker decrunches the whole
  28. program in memory (as for crunching). About this, Imploder is better because
  29. it allocates much less memory when decrunching. Try Imploder4.0, available
  30. on many ftp sites.
  31.  
  32. If you are talking about crunching data, it may be different, and Imploder
  33. crunches only programs. If you want more informations on PowerPacker, you
  34. can get powerpacker.library package on ftp too, with include files and how
  35. to use the library.
  36.  
  37. ">">  b) decrunch the file sequentially, not killing my precious 1M. :)
  38. ">"It will only use the mem that is not allocated by any other program.
  39.  
  40. That's not true, Faroul, when you choose little/normal/large, PP will
  41. allocate a fixed amount of memory for the speedup buffer (up to 256 K for
  42. the large option).
  43. Just look at the powerpacker.library for precisions.
  44.  
  45. Olivier.
  46.