in reply to A more memory efficient storage structure?
How do you need to access it? Sometimes you can trade speed for memory by using arrays instead of hashes, also you can tie hashes to dbm files etc greatly reducing the amount of memory you use -- another added advantage here is that your data is saved across multiples runs automagically. check out AnyDBM ans tie
-Waswas
-Waswas
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: A more memory efficient storage structure?
by JPaul (Hermit) on Dec 31, 2002 at 16:20 UTC | |
by Elian (Parson) on Dec 31, 2002 at 16:30 UTC |
In Section
Seekers of Perl Wisdom