hashing
process of mapping data of arbitrary size to a fixed-size hash
universal hashing
selection of a hash function at random from a family of hash functions with a certain mathematical property, guaranteeing a low number of collisions in expectation, even if the data is chosen by an adversary
Locality-sensitive hashing
method of dimension reduction in which closer items have greater probability of being mapped to the same hash bucket
dynamic perfect hashing
programming technique for resolving duplcate hash valuesin a hash table data structure
coalesced hashing
hash table collision resolution strategy
Tabulation hashing
hash functions computed by exclusive or
Rendezvous hashing
Algorithm
consistent hashing
hashing technique
perceptual hashing
calculation of hashes for images that have similar values for similar inputs use of an algorithm that attempts to fingerprint multimedia for identification and comparison. Perceptual hashes of two similar multimedia should be similar.
feature hashing
vectorizing features using a hash function
Fugue
Hash function
Zobrist hashing
hash function construction used in computer programs that play abstract board games
K-independent hashing
family of Hash functions