Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: how to handle large hashes

by Xilman (Hermit)
on Jun 13, 2010 at 10:16 UTC ( [id://844422]=note: print w/replies, xml ) Need Help??


in reply to how to handle large hashes

Something else to think about: do you need to store all your data at once?

If your script is going to be called more than once and each invocation only needs to access part of the data, perhaps you can filter the data somehow before loading it into a hash for further processing.

Without knowing more about the detail of your application it's hard to tell whether this approach may be usable.

Paul

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://844422]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (5)
As of 2024-04-25 14:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found