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

Re: better way to do N to 1 string mapping

by mrguy123 (Hermit)
on Nov 14, 2011 at 11:52 UTC ( [id://937929]=note: print w/replies, xml ) Need Help??


in reply to better way to do N to 1 string mapping

Hi David, like my fellow monks said there is probably no easy way to make this hash smaller.
However, if you are worried the hash might become huge, and it is a hash you might need to use several times, a nice option is to use storable.
That way, you can load very big hashes in a very short time.
Good Luck
Guy

Real programmers don't comment their code. It was hard to write, it should be hard to understand and even harder to modify.
  • Comment on Re: better way to do N to 1 string mapping

Log In?
Username:
Password:

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

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

    No recent polls found