Examples of using Hash table in English and their translations into Japanese
{-}
-
Colloquial
-
Ecclesiastic
-
Computer
-
Programming
Returns one of symbols eq?, eqv?, equal?, string=?, general, indicating the type of the hash table ht.
Dump Supported--sort_hash_table option to sort by _key for hash table.
Default size of the hash table used for dynamic pipes/queues.
When many of these collisions are chained together, the performance of the hash table is greatly degraded, leading to the denial of service condition.
A hash value corresponds to a subscript of the hash table, and data is stored in this position.
The corresponding function hdestroy() frees the memory occupied by the hash table so that a new table can be constructed.
When a PADS frame is received,\fBpppoe-relay\fR enters the two peers' MAC addresses and session-ID's into a hash table.
When triggered, the block will extract and add a new entry to its internal hash table using the Trade price and the Trade Quantity.
When a PADT frame is received,\fBpppoe-relay\fR relays it to the peer and deletes the session entry from its hash table.
Sparse arrays which don't have every element inside them are a hash table.
Another hash table is not created every time you change the table. .
In case of collisions, this field is the offset of the next entry in this hash table bucket.
The hash table is initially loaded in one shot so that there is no need for an index to efficiently fetch single records.
When saving multiply, fontforge could free a fonts hash table several times.
As a result, it handles more large table data in a hash table.
Even a small dictionary(or its hashed equivalent, a hash table) is significant help cracking the most commonly used passwords.
The hash table implementation of dictionaries uses a hash value calculated from the key value to find the key.
Moreover, understanding the hash table will help us later to understand a common database join operation called the hash join.
Figure 9.7 shows the hash table together with a few entries.
The worst case search time for a hash table is O(n).