Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Re: Re: Re: Favourite modules April 2003

by cees (Curate)
on Apr 16, 2003 at 04:27 UTC ( [id://250781]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Re: Favourite modules April 2003
in thread Favourite modules April 2003

That makes more sense. Memoize will only cache the arguements to the function, and the return value so you are fine with your implementation. Sorry for jumping on this, but I thought that you might be doing something like the following:

use Digest::MD5 qw(md5); use Memoize; memoize('md5');

This would use gobs of memory (depending on the input) and wouldn't really accomplish anything useful.

Do I get an award for coming up with the most unproductive use of Memoize???

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://250781]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (4)
As of 2024-04-23 06:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found