ajoslin / murmurhash-v3

Murmurhash v3 only, for as few bytes as possible

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Murmurhash v3 only, for as few bytes as possible

License:MIT License


Languages

Language:JavaScript 100.0%