| CPAN Ratings (Gamma) Memoize reviews | |
| Home | Search | About | Login |
RSS | Module Info | Add a review of Memoize
7 out of 8 found this review helpful:
An excellent and very useful module. It saves a lot of hassle to just call a function to add memoisation than to add one's own implementation to each function that needs it.
Benjamin Smith - 2006-10-08 08:54:02
Was this review helpful to you?
Yes
No
This is a great module. This is the sort of plumbing code that shows up all over the place and would be better abstracted off into a library.
The one nit I have about this module is that I can't associate it with a function with an attribute. I dislike having to immediately follow my function definition with a BEGIN { memoize( '...' ) } call. That should have been just a sub :memoize { ... } declaration instead.
Joshua b. Jore - 2004-08-20 10:04:24
Was this review helpful to you?
Yes
No
|
Perl.org sites
: bugs
| dev
| history
| jobs
| learn
| lists
| use
Site Information and Contacts |
|