Hashtable question

S

Steve

Is it possible and feasible to load 40,000 records to a hashtable. If this
happened on a page load event would there be performance issues?
What are other alternatives?
Thanks
Steve
 
S

Steve

Thanks David. Since I know the exact number of records and the data will not
be changed in anyway, first priority is fast loading and look up.
There are only 2 columns of data, the first will be the key, the second the
data. Would using an array be slower?
Also I'm not sure how to look up a known key in a hashtable and produce it's
corresponding value. Any ideas?
Thanks again for the link.
Steve
 
G

Guest

somevalue=myHashTable["keyValue"]
the hashing process is all invisible

sounds like you'll want to do a hashtable. the array approach would get
hairy since you're using more than one value.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

HashTable 3
Anaconda Alternative Question 1
Hashtable in Cahe seems to have items removed 1
Hashtable updates to disk 7
HashTable 3
Math python question 10
hashtable 9
DUPLICATE MODS, PLEASE DELETE, SORRY! 1

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top