Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stathat/consistent
Consistent hash package for Go.
https://github.com/stathat/consistent
Last synced: 6 days ago
JSON representation
Consistent hash package for Go.
- Host: GitHub
- URL: https://github.com/stathat/consistent
- Owner: stathat
- License: mit
- Created: 2012-07-12T17:09:35.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2020-04-10T06:49:21.000Z (over 4 years ago)
- Last Synced: 2024-10-08T19:28:47.269Z (about 1 month ago)
- Language: Go
- Size: 23.4 KB
- Stars: 956
- Watchers: 39
- Forks: 186
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - consistent - Consistent hash package for Go. (Go)
README
consistent
==========Consistent hash package for Go.
Installation
------------go get stathat.com/c/consistent
Examples
--------Look at the [godoc](http://godoc.org/stathat.com/c/consistent).
Status
------This package was extracted from production code powering [StatHat](http://www.stathat.com),
so clearly we feel that it is production-ready, but it should still be considered
experimental as other uses of it could reveal issues we aren't experiencing.Contact us
----------We'd love to hear from you if you are using `consistent`.
Get in touch: [@stathat](http://twitter.com/stathat) or [contact us here](http://www.stathat.com/docs/contact).About
-----Written by Patrick Crosby at [StatHat](http://www.stathat.com). Twitter: [@stathat](http://twitter.com/stathat)