in reply to Re: Re: default values
in thread default values
Typically, performance issues are caused by inefficient algorithms as a whole and not individual lines of code. There are cases where an individual line in a tightly wrapped loop can be a problem. Then there are cases where people try to use Perl in a situation better suited for C, not because Perl is incapable of getting the job done - but because performance requirements dictate it.
Cheers - L~R
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: default values
by wolis (Scribe) on Sep 18, 2003 at 03:30 UTC |