[][src]Crate probminhash

Modules

invhash

This module provides inversible hash in 32bit and 64 bits version It uses Thomas Wang's invertible integer hash functions. See https://gist.github.com/lh3/59882d6b96166dfc3d8d for a snapshot.

nohasher

This provides a struct implementing Hasher trait for u64 hashed values and doing nothing to use for example in counting structures when we manipulate already hashed values!

probminhasher

Implementation of ProbMinHash2, ProbMinHash3 and ProbMinHash3a as described in O. Ertl
https://arxiv.org/abs/1911.00675

superminhasher

An implementation of Superminhash from:
A new minwise Hashing Algorithm for Jaccard Similarity Estimation.
Otmar Ertl (2017-2018) https://arxiv.org/abs/1706.05698

Structs

LOG