in reply to Re: Re: Re: Constant subroutines thoughts
in thread Constant subroutines thoughts

The optimizer's actually really, really primitive. That's OK--optimizing perl's a non-trivial task, and in many cases it's just not worth the effort to do the optimization. Saving 10 seconds of runtime isn't worth it if the optimizer needs to run for 30 seconds to get it.

Your point about modules is well taken, though not entirely obvious from the original node. :)

  • Comment on Re: Re: Re: Re: Constant subroutines thoughts