in reply to Making my Perl program a bit faster
My second advice is to try to let the database do as much work for you as possible.
If your program processes one database entry at a time, you could also try to parallelize it.
Update: There's also a document in the newest (not yet released) perl verions about performance, pod/perlperf.pod in perl.git.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Making my Perl program a bit faster
by mrguy123 (Hermit) on Jul 08, 2009 at 12:39 UTC |