Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Efficiency: Recursive functions while de-subbing my program

by mtmcc (Hermit)
on Jul 13, 2013 at 05:51 UTC ( [id://1044123]=note: print w/replies, xml ) Need Help??


in reply to Efficiency: Recursive functions while de-subbing my program

I'm with browser on this one. Also, if you sacrifice all your subroutines for small gains in speed, recycling your code would become much more painful.

If 100,000 is your expected maximum, I doubt you would even notice speed gains if you culled your subs. But if you're not sure, there's no harm in trying it, and comparing the two cases...

  • Comment on Re: Efficiency: Recursive functions while de-subbing my program

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (4)
As of 2024-04-19 18:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found