Package smile.hash
package smile.hash
Hashing functions.
-
ClassDescriptionMurmurHash is a very fast, non-cryptographic hash suitable for general hash-based lookup.MurmurHash is a very fast, non-cryptographic hash suitable for general hash-based lookup.A perfect hash of an array of strings to their index in the array.PerfectMap<T>Perfect hash based immutable map.The builder of perfect map.SimHash<T>SimHash is a technique for quickly estimating how similar two sets are.