simhash icon indicating copy to clipboard operation
simhash copied to clipboard

MultiSimhash

Open orapic opened this issue 3 years ago • 2 comments

Add the possibility to concatenate simhashes to make a larger one.

This way one can make a sort of "signature" where multiple simhashes are combined into one. Also made the tests for it.

Example with 4 simhashes of 32 bits:

input_to_concat = [simhash1, simhash2, simhash3, simhas4]
new_simhash =  MultiSimhash(input_to_concat)

orapic avatar Feb 10 '22 11:02 orapic

Hi @orapic, Thanks for the PR! I can see one build failed. Could you check the cause and fix it?

1e0ng avatar Feb 12 '22 01:02 1e0ng

Ok, should be fixed now.

orapic avatar Mar 06 '22 19:03 orapic