in reply to Re: web performance 2010
in thread web performance 2010

any experience with using memoize module ? I have always been leary of using this module (not because of quality) in production e.g. I would prefer to 'hand-roll' caching.

Replies are listed 'Best First'.
Re^3: web performance 2010
by Corion (Patriarch) on Jul 20, 2010 at 07:35 UTC

    You can't get much better than Memoize with hand-rolled caching, and using Memoize is a one-line change to your code - so there is very little cost to implementing it, supposing that you have a benchmark/profile to target.