1.0.2 • Published 8 years ago

murmurhash-v3 v1.0.2

Weekly downloads
182
License
MIT
Repository
github
Last release
8 years ago

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