in reply to Storing large data in perl hash
Is there any limit to store the values in hash?
Only the memory limits of your machine and userid.
Have any one tried? I need to try to load about 1 lac values in hash.
Yes. I routinely load 10s of millions of values into Perl hashes. 100,000 is no problem at all.
|
|---|