Skip to main content

Module minhash

Module minhash 

Source
Expand description

MinHash algorithm for similarity-preserving hashing.

Implements 64-dimensional MinHash with universal hash functions and bit-interleaved compression, ported from bio-codes/iscc-sum.

Functionsยง

alg_minhash_256
Compute a 256-bit MinHash digest from 32-bit integer features.