kebab-hash

Given an input string, convert to kebab-case and append a hash. Avoids kebab case collisions.

mphf

Hash and unhash structured model data with no collisions, duplicates or gaps using minimal perfect hash functions. Currently in alpha. Expect breaking changes for version 0. Use with caution!

murmurhash3js-revisited

MurmurHash3 in JavaScript, matches the reference implementation (C++), runnable in node and browser.