Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^2: Performance penalties of in-Perl docn vs compiled CGIs.

by ikegami (Patriarch)
on Feb 05, 2021 at 00:03 UTC ( [id://11127904]=note: print w/replies, xml ) Need Help??


in reply to Re: Performance penalties of in-Perl docn vs compiled CGIs.
in thread Performance penalties of in-Perl docn vs compiled CGIs.

Effectively none. Perl compiles your code to an internal form at run time at which point any comments and pod become irrelevant

It doesn't really add to the compile time either. Skipping over POD is computationally trivial.

Seeking work! You can reach me at ikegami@adaelis.com

  • Comment on Re^2: Performance penalties of in-Perl docn vs compiled CGIs.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (2)
As of 2024-04-25 21:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found