William Dillon e3a1552948 Merge branch 'master' of https://code.microneil.com/wdillon/mishmash | пре 3 година | |
---|---|---|
LICENSE.TXT | пре 3 година | |
README.md | пре 3 година | |
go.mod | пре 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.