murmurhash-v3

Murmurhash v3

Usage no npm install needed!

<script type="module">
  import murmurhashV3 from 'https://cdn.skypack.dev/murmurhash-v3';
</script>

README

murmurhash-v3 Build Status

This is a port of perezd/node-murmurhash which only includes murmurhash v3 for as few bytes as possible.

Install

$ npm install --save murmurhash-v3

Usage

var hash = require('murmurhash-v3')

hash('string input') // => numeric hash

MIT © Gary Court, Derek Perez, Andrew Joslin