in reply to what are all the things to be considered to write a effective perl script or module?
So code away, and if it becomes too slow for your application, you start to profile, and identify your bottlenecks.
In many cases the choice of good algorithms and data structures buys you more than any micro optimizations.
If you're still interested in micro optimizations, you'll find plenty of them discussed here at the monastery (for example with this search).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: what are all the things to be considered to write a effective perl script or module?
by dHarry (Abbot) on Feb 06, 2009 at 15:03 UTC | |
|
Re^2: what are all the things to be considered to write a effective perl script or module?
by Herkum (Parson) on Feb 06, 2009 at 15:03 UTC | |
by moritz (Cardinal) on Feb 06, 2009 at 16:11 UTC | |
by tilly (Archbishop) on Feb 15, 2009 at 06:21 UTC |