Hi! I think you missed one candidate pair with a typo:
candidate_pairs([1,2,1,1,**3**,5,4], [2,3,5,2,3,2,2])
First row's fifth value is 2.
https://github.com/probablycorrect/mmd/blob/master/lsh/local…
We spend a lot of cycles on our hand-rolled hashing, both in terms of developer effort and CPU.
It would be nice if we could use an off the shelf hash package.
Any package under consideration would …