diff options
Diffstat (limited to 'pod/perlfaq3.pod')
-rw-r--r-- | pod/perlfaq3.pod | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pod/perlfaq3.pod b/pod/perlfaq3.pod index 0400b2756e..1d06c2dc10 100644 --- a/pod/perlfaq3.pod +++ b/pod/perlfaq3.pod @@ -244,8 +244,7 @@ See the next question on ``How can I make my Perl program run faster?'' =head2 How can I make my Perl program run faster? The best way to do this is to come up with a better algorithm. This -can often make a dramatic difference. Chapter 8 in the Camel has some -efficiency tips in it you might want to look at. Jon Bentley's book +can often make a dramatic difference. Jon Bentley's book ``Programming Pearls'' (that's not a misspelling!) has some good tips on optimization, too. Advice on benchmarking boils down to: benchmark and profile to make sure you're optimizing the right part, look for |