On Apr 13, 8:46 am, philip.g.pot...@gmail.com (Philip Potter) wrote:
> On 13 April 2010 16:25, Patrick Dupre <pd...@york.ac.uk> wrote:
>
>
>
> > Hello,
>
> > I have the a hash of hash of ... of array
> > (see below hwo I can list it) whose i wish to free the memory at one
> > point. Right now the desallocation is not clean, ie that evert time that
> > I reallocate the hash, the programme requires more and mor space and
> > finally swap the memory !
> > How can I free the mempry right. I already tried several trivial
> > thing without success:
>

If speed isn't critical, you might look at a DBM such as MLDBM
or DBM::Deep which preservers memory by accessing the data
structure on disk.

--
Charles DeRykus


--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to