in reply to Loading large amount of data in a hash

Hello,

with big data in memory (e.g. hashes of hashes of lists), I prefer using perl 5.005_03 to perl 5.6 or 5.61, because it takes about 20% less memory and sometimes saves quite a lot of runtime.

In a case I'm just working with, the statistics are about like the following:
versioncpu-timememory
5.005_03~ 25 minutes480 MB
5.6.1~80 minutes~600 MB
I've tested this behaviour under Solaris and Linux and Win2k.

Best regards,
perl -le "s==*F=e=>y~\*martinF~stronat~=>s~[^\w]~~g=>chop,print"

  • Comment on Re: Loading large amount of data in a hash