GitHub topics: murmur3
dynatrace-oss/hash4j
Dynatrace hash library for Java
Language: Java - Size: 37 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 103 - Forks: 11

pielco11/fav-up
IP lookup by favicon using Shodan
Language: Python - Size: 42 KB - Last synced at: 10 days ago - Pushed at: 3 months ago - Stars: 1,159 - Forks: 144

judwhite/Grassfed.MurmurHash3
MurmurHash3 x64 128-bit - a fast, non-cryptographic hash function
Language: C# - Size: 1.22 MB - Last synced at: 13 days ago - Pushed at: almost 5 years ago - Stars: 21 - Forks: 8

yankun1992/fastbloom
A fast bloom filter implemented by Rust for Python! 10x faster than pybloom!
Language: Rust - Size: 537 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 94 - Forks: 16

silviucpp/erl_hash
Erlang collection of different hash algorithms
Language: Erlang - Size: 24.4 KB - Last synced at: 17 days ago - Pushed at: about 2 months ago - Stars: 7 - Forks: 4

odinmillion/MurmurHash.Net
Extremely fast MurmurHash implementation with zero heap allocations
Language: C# - Size: 25.4 KB - Last synced at: 18 days ago - Pushed at: about 5 years ago - Stars: 40 - Forks: 1

sangupta/bloomfilter
Bloom filters for Java
Language: Java - Size: 76.2 KB - Last synced at: about 12 hours ago - Pushed at: over 1 year ago - Stars: 62 - Forks: 16

dream2333/PyFastMurmurHash3
A Python extension module of MurmurHash3 developed using a mix of C language and Cython. 最快的MurmurHash3算法,C+Cython混合实现,用于文本指纹计算及布隆过滤器去重
Language: C - Size: 201 KB - Last synced at: 12 days ago - Pushed at: almost 2 years ago - Stars: 41 - Forks: 6

kurtbuilds/fastmurmur3
Fast non-cryptographic hash, with the benchmarks to prove it.
Language: Rust - Size: 26.4 KB - Last synced at: 27 days ago - Pushed at: almost 2 years ago - Stars: 19 - Forks: 1

sangupta/murmur
Pure Java implementations of Murmur hash algorithms
Language: Java - Size: 5.5 MB - Last synced at: 19 days ago - Pushed at: almost 2 years ago - Stars: 73 - Forks: 21

eloj/hashbench
A basic, fully self-contained hash benchmark written in C, that you can easily extend and plug new hash functions into.
Language: C - Size: 17.6 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

gmcabrita/murmur 📦
:speech_balloon: An implementation of the non-cryptographic hash Murmur3
Language: Elixir - Size: 88.9 KB - Last synced at: about 1 month ago - Pushed at: almost 4 years ago - Stars: 39 - Forks: 7

Twilight-Dream-Of-Magic/smhasher3-fix-platform-error
SMHasher3 is a test suite for evaluating non-cryptographic hash functions. It focuses on things like output distribution and collisions, with some perf tests. Based on the SMHasher fork maintained by Reini Urban (https://github.com/rurban/smhasher). clone from (https://gitlab.com/fwojcik/smhasher3)
Language: C++ - Size: 31.5 MB - Last synced at: 28 days ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

AlexeySKiselev/randomjs
A JavaScript module for generating random seeded distributions and its statistical analysis.
Language: JavaScript - Size: 15.8 MB - Last synced at: about 1 month ago - Pushed at: almost 4 years ago - Stars: 10 - Forks: 1

xp-forge/hashing
Hashing
Language: PHP - Size: 63.5 KB - Last synced at: 10 days ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

yihleego/murmurhash3
#️⃣ MurmurHash is a non-cryptographic hash function suitable for general hash-based lookup.
Language: Go - Size: 121 KB - Last synced at: 6 days ago - Pushed at: over 2 years ago - Stars: 6 - Forks: 2

Keyto1995/hashing
提供流畅编程体验的哈希算法工具包
Language: Go - Size: 19.5 KB - Last synced at: 10 months ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

lpgauth/murmur
murmur3 Erlang NIF (with Cassandra variant)
Language: C - Size: 741 KB - Last synced at: 21 days ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 9

fwojcik/smhasher3
Mirror of SMHasher3 repo from official Gitlab site. Submit all issues and PRs there, not on Github!
Language: C++ - Size: 32.5 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 2

sureshsundriyal/murmur3
Murmur3 hash implementation in Go.
Language: Go - Size: 20.5 KB - Last synced at: 21 days ago - Pushed at: over 8 years ago - Stars: 2 - Forks: 3

updcon/libmisc-clj
DKD miscellaneous for Clojure development
Language: Clojure - Size: 59.6 KB - Last synced at: about 1 month ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

bhoudu/jump-gouache
Jump consistent hash in TypeScript
Language: TypeScript - Size: 853 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

osoco/pharo-non-cryptographic-hashes
Non-cryptographic hash functions for Pharo Smalltalk
Language: Smalltalk - Size: 71.3 KB - Last synced at: 13 days ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 4

eprst/murmur3 Fork of yonik/java_util
Fast murmur3 hash implementation for Java
Language: Java - Size: 471 KB - Last synced at: almost 2 years ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

fenomas/murmur-numbers
Murmur3 hash that takes integers as inputs and outputs [0..1]
Language: JavaScript - Size: 1000 Bytes - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

ryanavella/murmur3
A (mostly) C89 compliant port of MurmurHash3
Language: C - Size: 21.5 KB - Last synced at: about 2 months ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

flouthoc/murmur3-map
Go Fast Object Map based on Murmur3 HashFunction
Language: Go - Size: 2.78 MB - Last synced at: 13 days ago - Pushed at: about 6 years ago - Stars: 12 - Forks: 0

hoangtq219/murmur3
Go Murmur3 hash implementation
Language: Go - Size: 330 KB - Last synced at: 5 months ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 4

midoks/libhash
PHP extension, new hash algorithm library
Language: C++ - Size: 36.1 KB - Last synced at: 2 months ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

Qclaire/crime_watch_simulation
Heard of bloom filters?
Language: Java - Size: 22.5 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0
