Numbersign vs Hashkey - What's the difference?
numbersign | hashkey |
(computing, rare) The key used to locate a value in a hash table or equivalent data structure.
* 1995 , Ronald J Leach, Object-oriented Design and Programming with C++
* 2001 , Elizabeth O'Neil, Database: Principles, Programming, and Performance
* 2002 , Andy Carmichael, Dan Haywood, Better Software Faster
numbersign
Not English
Numbersign has no English definition. It may be misspelled.English words similar to 'numbersign':
nonpartisan, nonperson, nonprotein, nonproton, nonforeign, nonfrozen, nonprison, nonovarian, nonparaffin, nonproven, nonpartizan, nonbroken, nonbarrenhashkey
English
Noun
(en noun)- Rather than store all the data in some type of sorted order, the data is to be stored and accessed on the basis of a hashkey that is computed by a function...
- ...thus minimizing the number of I/Os needed to search through the chain for a single hashkey value.
- ...the qualifier would indicate the hashkey that returns the single required object rather than the whole set.