murmurhash
There are 32 repositories under murmurhash topic.
hajimes/mmh3
Python extension for MurmurHash (MurmurHash3), a set of fast and robust hash functions.
karanlyons/murmurHash3.js
MurmurHash3, in JavaScript.
Viralmaniar/MurMurHash
This little tool is to calculate a MurmurHash value of a favicon to hunt phishing websites on the Shodan platform.
dream2333/PyFastMurmurHash3
A Python extension module of MurmurHash3 developed using a mix of C language and Cython. 最快的MurmurHash3算法,C+Cython混合实现,用于文本指纹计算及布隆过滤器去重
explosion/murmurhash
💥 Cython bindings for MurmurHash2
goncalossilva/kotlinx-murmurhash
Kotlin Multiplatform (KMP) library for hashing using MurmurHash
odinmillion/MurmurHash.Net
Extremely fast MurmurHash implementation with zero heap allocations
ron4fun/HashLibPlus
HashLibPlus is a recommended C++11 hashing library that provides a fluent interface for computing hashes and checksums of strings, files, streams, bytearrays and untyped data to mention but a few.
daisuke-t-jp/MurmurHash-Swift
MurmurHash framework in Swift.
spacewander/lua-resty-murmurhash3
The Lua binding of murmurhash3 via LuaJIT FFI
jitbit/MurmurHash.net
C# .NET implementation of Murmur Hash
rryqszq4/go-murmurhash
go-murmurhash is Go implementation of murmurhash algorithm.
MartinHelmut/number-generator
Generate repeatable pseudo random numbers and non-cryptographic hash numbers for usage in Node.js and browser environments.
rryqszq4/php-murmurhash
MurmurHash function for PHP extension.
upbit/bloomfilter
This is a stand-alone bloomfilter implementation written in C. Simple but powerful
cosmos-stack/cosmos-security
A Security Component. Provides a series of security tools, including Hashing functions and Encryption/Decryption functions.
StirlingMarketingGroup/php-murmur-hash
64bit Murmur hash for extension for PHP (MurmurHash64B, based on the Murmur hash function from Percona)
tushushu/murmurust
Python binding of MurmurHash3 Rust implementation.
flagUpDown/murmurhash-node
JavaScript implementation of the murmurhash algorithm
jonahsnider/murmurhash-wasm
MurmurHash in WASM for Node.js and the browser
levitation-opensource/murmurhash-js
An optimized JavaScript implementation of the MurmurHash3 algorithm.
yihleego/murmurhash3
#️⃣ MurmurHash is a non-cryptographic hash function suitable for general hash-based lookup.
MingH-Chen/murmurhash-php
php 实现murmurhash
sureshsundriyal/murmur3
Murmur3 hash implementation in Go.
updcon/py3-helpers
Python3 helpers
Psp98/Bloom-Filter
Bloom Filter data structure supporting Murmur and FNV hash functions in Java.
NikolasTz/Data-Synopses
Sketches and dimensionality reduction
Oliverdeb/Bloom-filter
Java Bloom filter implementation
jurgen-kluft/chash
Hash functions library
mistweaverco/go-murmur
Go Package for MurmurHash2
ryanavella/murmur3
A (mostly) C89 compliant port of MurmurHash3
zenixls2/MurmurHash3PHP
A C++ fork/rewrite of the smhasher project to bring Murmurhash v.3 to the Linux shell and to the PHP scripting language.