in reply to Caching Log4Perl object and using in various scripts

If your goal is to improve performance of some scripts, did you first profile them using something like Devel::NYTProf?

Martin

  • Comment on Re: Caching Log4Perl object and using in various scripts

Replies are listed 'Best First'.
Re^2: Caching Log4Perl object and using in various scripts
by dinomite (Sexton) on Sep 15, 2009 at 05:11 UTC
    I second this — optimizing before benchmarking is almost always a waste of time.