Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: A more memory efficient storage structure?

by Anonymous Monk
on Jan 02, 2003 at 17:13 UTC ( [id://223801]=note: print w/replies, xml ) Need Help??


in reply to A more memory efficient storage structure?

The obvious lazy-caveman's solution would be to simply take the data that you write to the hard disk(flatten the hash )and write it to a variable :->, I bet that you could access it with regexes very fast! But...since it looks like youre not having a caveman situation:

From your example it looks like you use numbers quite a bit and hashes are just horrible for numbers, I suggest you use more arrays. And make sure that you dont have unneccessary variable names (the names themselves do take up a lot of space...) I also agree 100% with runrig.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (8)
As of 2024-03-28 09:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found