in reply to Re^5: Fast(er) serialization in Perl
in thread Fast(er) serialization in Perl

OK, I understand what you are saying.
I will try this direction, and hope I manage to save some time.
Thanks for your help

Replies are listed 'Best First'.
Re^7: Fast(er) serialization in Perl
by The Perlman (Scribe) on Apr 11, 2010 at 18:23 UTC
    BTW: do you use this hash data read-only? if not, you should care about simultaneous calls of your script. And if your only accessing a relatively "small" number of entries, better chose one of the flat-file DB solutions mentioned above.