in reply to Re: A more memory efficient storage structure?
in thread A more memory efficient storage structure?
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