![]() |
|
Come for the quick hacks, stay for the epiphanies. | |
PerlMonks |
Re: Storable: where is my memory?by djantzen (Priest) |
on Dec 12, 2002 at 17:59 UTC ( #219389=note: print w/replies, xml ) | Need Help?? |
Why are you doing an nfreeze and immediate thaw on your data? From the docs: Note that freezing an object structure and immediately thawing it actually achieves a deep cloning of that structure. I believe you're seeing greater memory consumption because you are creating totally distinct copies of each instance of Set::Scalar.
In Section
Seekers of Perl Wisdom
|
|