in reply to
Re: Keeping hash table in memory
in thread
Keeping hash table in memory
IPC::ShareLite is pretty slow for large amounts of data. It runs the entire thing through Storable every time you read or write it.
Comment on
Re^2: Keeping hash table in memory
In Section
Seekers of Perl Wisdom