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
- Host: GitHub
- URL: https://github.com/opencoff/go-fasthash
- Owner: opencoff
- License: gpl-3.0
- Created: 2018-04-06T14:54:40.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-06T14:56:03.000Z (about 8 years ago)
- Last Synced: 2025-04-01T11:08:55.445Z (about 1 year ago)
- Language: Go
- Size: 14.6 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
fasthash [](http://www.gnu.org/licenses/gpl-3.0.html) [](http://godoc.org/github.com/opennota/fasthash) [](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