rakitzis / dgohash

A collection of well-known string hash functions, implemented in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This library is a collection of "well-known" 32-bit string hashes, implemented in Go.

It includes:
    Java string hash
    ELF-32
    Jenkins' One-At-A-Time
    Marvin32
    Murmur3/32
    SDBM
    SQLite3
    SuperFastHash
    djb2

About

A collection of well-known string hash functions, implemented in Go