murmurhash-v3

1.0.2 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i murmurhash-v3

Weekly Downloads

87

Version

1.0.2

License

MIT

Last publish

Collaborators

  • andytjoslin