Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re^3: Splitting large module

by Corion (Patriarch)
on Jul 11, 2018 at 17:45 UTC ( [id://1218336]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Splitting large module
in thread Splitting large module

There is no real distinction in Perl between "compile time" and "runtime", as Perl needs to load all files each time a program is run.

I can very well imagine a high-latency (or flakey) network connection (maybe NFS) that makes loading files quite slow. This would slow down program startup at least linearly for each file that needs to be opened and read.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1218336]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (6)
As of 2024-04-18 07:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found