1. Shrouded files and loading speed

I am wondering about loading and starting to run speed.

Assume that I shround test.ex to test.exs.

Will
ex.exe test.exs
load and begin running faster than
ex.exe test.ex


With small files the difference seems minimal, if there is any at all.
But with large files I wonder. I like to use many comments. From what I
understand, the shrouded file should start faster.

--
Terry Constant
constant at flash.net

new topic     » topic index » view message » categorize

2. Re: Shrouded files and loading speed

>I am wondering about loading and starting to run speed.
>
>Assume that I shround test.ex to test.exs.
>
>Will
>ex.exe test.exs
>load and begin running faster than
>ex.exe test.ex
>
>
>With small files the difference seems minimal, if there is any at all.
>But with large files I wonder. I like to use many comments. From what
>I understand, the shrouded file should start faster.

The shrouded version will startup faster.

The reasons are only one file needs to be loaded, instead of multiple .E
files (Takes time to open and read each one.) and there is less data to
open up. (Shrouded versions are a lot smaller)

_____________________________________________________________________
You don't need to buy Internet access to use free Internet e-mail.
Get completely free e-mail from Juno at http://www.juno.com
Or call Juno at (800) 654-JUNO [654-5866]

new topic     » goto parent     » topic index » view message » categorize

3. Re: Shrouded files and loading speed

Robert B Pilkington wrote:
>
> The shrouded version will startup faster.
>

Thanks for confirming my understanding.
--
Terry Constant
constant at flash.net

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu