Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^2: Top 10 things I learned my 1st month as a Monk

by Argel (Prior)
on Jul 23, 2007 at 17:33 UTC ( [id://628277]=note: print w/replies, xml ) Need Help??


in reply to Re: Top 10 things I learned my 1st month as a Monk
in thread Top 10 things I learned my 1st month as a Monk

Is there some performance gain to not using strict? Otherwiese, even if you normally do everything in a strictly correct manner wouldn't it still make sense to use strict just in case you slip-up?
  • Comment on Re^2: Top 10 things I learned my 1st month as a Monk

Replies are listed 'Best First'.
Re^3: Top 10 things I learned my 1st month as a Monk
by mr_mischief (Monsignor) on Jul 23, 2007 at 18:55 UTC
    Some of the strict checks are runtime checks. However, the overhead involved probably won't be noticed. If your program is so time-critical that strict pushes it past some limit, there's likely much better ways to get that time back. Removing strictness for performance seems like a very premature optimization.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (3)
As of 2024-04-24 02:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found