Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!cs.utexas.edu!uunet!portal!cup.portal.com!Bob_BobR_Retelle From: Bob_BobR_Retelle@cup.portal.com Newsgroups: comp.sys.atari.st Subject: Re: pack and speed of execution Message-ID: <23089@cup.portal.com> Date: 14 Oct 89 07:05:23 GMT References: <8@spocom.UUCP> Organization: The Portal System (TM) Lines: 18 George Ng asks: >Does the pack compression program slow down the execution of a program? No... PACK doesn't affect the execution speed of a program at all.. Essentially what PACK does is to create a "self dissolving" ARChive of a program... when you load it, it "unPACKs" itself into memory, and becomes the same as if you'd loaded a normal version of the program.. In addition to the savings in disk storage space, LARGE programs may actually load FASTER when they're packed... this is because the smaller PACKed file loads in less time than the original file does, and the unPACKing takes place in RAM, which is very fast... Probably the best answer would be for you to try it yourself and see how it works for you... BobR