William Dillon 75fc6bd2db testing against CodeDweller/mishmash, minor changes in preparation of testing Golang Threatable | 3 роки тому | |
---|---|---|
LICENSE.TXT | 3 роки тому | |
README.md | 3 роки тому | |
mishmash.go | 3 роки тому | |
mishmash_test.go | 3 роки тому |
this is a non-cryptographic hash optimized for short strings.
.003% collision rate on 326K entries during testing
adapted from CodeDweller/mishmash
to use: use the Mishmash function. If you’re in need of a second hash use Engine instead, which will return the accumulator. You can use the MishmashAccumulator function to mishmash your accumulator, and could also feed that accumulator back into Mishmash to double hash.