murmurhash topic

List murmurhash repositories

PyFastMurmurHash3

50
Stars
6
Forks
Watchers

A Python extension module of MurmurHash3 developed using a mix of C language and Cython. 最快的MurmurHash3算法,C+Cython混合实现,用于文本指纹计算及布隆过滤器去重

go-murmurhash

16
Stars
9
Forks
Watchers

go-murmurhash is Go implementation of murmurhash algorithm.