Is a pure golang implementation of Pearson hashing.
It is meant to be used in cases when FNV that's included in go standard library is an overkill or when really short hash is desired (8 or 16bit).
Is a pure golang implementation of Pearson hashing.
It is meant to be used in cases when FNV that's included in go standard library is an overkill or when really short hash is desired (8 or 16bit).