Skip to content

The MurmurHash3 hashing algorithm implemented with WebAssembly

Notifications You must be signed in to change notification settings

mpmartins/murmurhash3-wasm

 
 

Repository files navigation

Build Status

MurmurHash3-wasm

A WebAssembly implementation of MurmurHash3's hashing algorithms.

Usage

  var mmh3wasm = require("murmurhash3js")
  var key = 'Orange'
  var seed = 0
  mmh3wasm.hash32(key, seed) // 1637794643

About

The MurmurHash3 hashing algorithm implemented with WebAssembly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • WebAssembly 60.6%
  • JavaScript 39.4%