simhash
simhash copied to clipboard
showing result 1 for completely different string
needle := "abc" hayStack := "def"
strings with size 4 are generating hash value of 0 (seems its becasuse of chunk size)
SimHash is not suitable for short-text compare.