I am trying to look for a minhash open source implementation which I can leverage for my work.
The functionality I need is very simple, given a set as input, the impleme
Take a look at the datasketch library. It supports serialization and merging. It is implemented in pure python with no external dependency. The Go version has the exact same functionalities.