Nilsimsa.compare
You're seeing just the function
compare
, go back to Nilsimsa module for more information.
Specs
Compare two hashed values
This returns a value between -127 and 128 where -127 is different and 128 is similar.
Examples
iex> Nilsimsa.compare(Nilsimsa.process("abc"), Nilsimsa.process("def"))
126