Y
Hacker News
new
|
ask
|
show
|
jobs
by
enriquto
1765 days ago
I don't understand the concept of "slightly different hash". Aren't hashes supposed to be either equal or completely different?
2 comments
fizx
1765 days ago
You're thinking of cryptographic hashes. There are many kinds of hash (geographic, perceptual, semantic, etc), many of which are designed to only be slightly different.
link
richardxia
1765 days ago
There is a class of hashes known as locality-sensitive hashes, which are designed to preserve some metric of "closeness".
https://en.wikipedia.org/wiki/Locality-sensitive_hashing
link