Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: perl hashes

by davorg (Chancellor)
on Jul 14, 2009 at 16:27 UTC ( [id://779979]=note: print w/replies, xml ) Need Help??


in reply to perl hashes

how many entries i can store in hash table.

That is determined by the size of your entries and the amount of memory in your computer.

what is the performance if i store the more than 50 thousand records

That is largely determined by the speed of the processor in your computer.

For a data set of that size, you should probably be thinking about a database.

--

See the Copyright notice on my home node.

Perl training courses

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (7)
As of 2024-03-28 12:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found