kebab-hash
Given an input string, convert to kebab-case and append a hash. Avoids kebab case collisions.
djb2a
DJB2a non-cryptographic hash function
sdbm
SDBM non-cryptographic hash function
murmurhash3js-revisited
MurmurHash3 in JavaScript, matches the reference implementation (C++), runnable in node and browser.