Printer Friendly
Dictionary, Encyclopedia and Thesaurus - The Free Dictionary
1,519,752,977 visitors served.
?
Dictionary/
thesaurus
Medical
dictionary
Legal
dictionary
Financial
dictionary
Acronyms
 
Idioms
Encyclopedia
Wikipedia
encyclopedia
?

hash table

   Also found in: Wikipedia 0.07 sec.

hash table

A lookup table that is designed to efficiently store non-contiguous keys (account numbers, part numbers, etc.) that may have wide gaps in their alphabetic and numeric sequences.

Hash tables are created by using a hashing function (algorithm) to hash the keys into hash buckets. Each bucket is a list of key value pairs. Since different keys may hash to the same bucket, the goal of hash table design is to spread out the key-value pairs evenly with each bucket containing as few key-value pairs as possible. When an item is looked up, its key is hashed to find the appropriate bucket. Then, the bucket is searched for the right key-value pair.

If access to the values is desired other than through the keys, an indexing system can be built on top of a hash table. Such user-level search engines can be made to handle imprecise queries and misspellings. See key-value pair and DHT.

A Hash Table
When an item is looked up, its key is hashed into a hash value that becomes the index into the bucket. Then, the bucket is searched for the right key-value pair.


hash table - hash coding


?Page tools
Printer friendly
Cite / link
Email
Feedback
? Mentioned in ? References in periodicals archive
 
An example of possible LUT storage and retrieval schemes is the hash table based data structure.
The PlanetLab program is an open and distributed testing environment for developing, deploying and accessing global network services, such as distributed storage, network mapping, peer-to-peer systems, distributed hash tables and distributed query processing.
The DSL Network Processor platform combines: -- The DSL Network Processor chip which integrates an ATM Segmentation and Reassembly (SAR) processor, ARM(R) RISC core, CRC generator and checker, hash table for VPI/VCI lookup, PCI bus controller, Utopia interface, and a set of I/O peripherals.
 
Encyclopedia browser? ? Full browser
 
 
Encyclopedia
?

Disclaimer | Privacy policy | Feedback | Copyright © 2009 Farlex, Inc.
All content on this website, including dictionary, thesaurus, literature, geography, and other reference data is for informational purposes only. This information should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. Terms of Use.