![]() |
|
Problems? Is your data what you think it is? | |
PerlMonks |
Re: Re: A more memory efficient storage structure?by perrin (Chancellor) |
on Dec 31, 2002 at 22:18 UTC ( #223486=note: print w/replies, xml ) | Need Help?? |
SDBM_File is actually much faster than DB_File or BerkeleyDB when dealing with a single process, and it comes standard with Perl on most systems. However, if speed is the most important thing, you should just stick with what you have. The memory inflation is not unusual.
In Section
Seekers of Perl Wisdom
|
|