An open API service indexing awesome lists of open source software.

https://github.com/opencoff/go-fasthash

golang port of Zilong Tan's Fasthash
https://github.com/opencoff/go-fasthash

Last synced: 12 months ago
JSON representation

golang port of Zilong Tan's Fasthash

Awesome Lists containing this project

README

          

fasthash [![License](http://img.shields.io/:license-gpl3-blue.svg)](http://www.gnu.org/licenses/gpl-3.0.html) [![GoDoc](http://godoc.org/github.com/opennota/fasthash?status.svg)](http://godoc.org/github.com/opennota/fasthash) [![Build Status](https://travis-ci.org/opennota/fasthash.png?branch=master)](https://travis-ci.org/opennota/fasthash)
========

The fast-hash is a simple, robust, and efficient general-purpose hash function.

## Install

go get -u github.com/opencoff/go-fasthash