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

> I'm not very familiar with Tie::Hash, so if you can give me a quick heads up on how I can use it to save time it would be great

Wouldn't it be even greater if you try to read the detailled docs and tell us what you don't understand? ;-)

Your hash really looks like a perverted array ...

try to figure out how many lookups are performed and if they can be grouped in smaller data structures.

BTW: If your university prefers PHP but accepts blocking large parts of the RAM (6 million hash entries can easily result in 1GB or more memory consumption) something seems terribly wrong...