simhash-js icon indicating copy to clipboard operation
simhash-js copied to clipboard

Simhash implementation in Javascript

Results 1 simhash-js issues
Sort by recently updated
recently updated
newest added

TEST 1: let a = 'the cat sat on the mat' let b = 'the cat sat on a mat' let h1 = simhash.hash(a) let h2 = simhash.hash(b) console.log(h1, h2,...