hashring: Efficient consistent hashing.

[ bsd3, data, library ] [ Propose Tags ]

An efficient implementation of consistent hashing. See the documentation for Data.HashRing for more info.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.0
Dependencies base (>=4 && <5), containers (>=0.4 && <0.5), hashable (>=1.1.1 && <1.2) [details]
License BSD-3-Clause
Author Michael S. Craig <mkscrg@gmail.com>
Maintainer Michael S. Craig <mkscrg@gmail.com>
Category Data
Home page https://github.com/mkscrg/hashring
Bug tracker https://github.com/mkscrg/hashring/issues
Source repo head: git clone git://github.com/mkscrg/hashring
this: git clone git://github.com/mkscrg/hashring(tag 0.0.0)
Uploaded by MichaelCraig at 2012-02-08T22:28:45Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1286 total (6 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for hashring-0.0.0

[back to package description]

hashring

Efficient consistent hashing in Haskell.

See the haddocks on Hackage.