vector-clock: Vector clocks for versioning message flows

[ data, data-structures, distributed-computing, gpl, library ] [ Propose Tags ]

The vector-clock library provides a ready to use implementation of the vector clock data-structures, which may be used to version messages and determine causality relations between messages in a distributed system.

See "Fundamentals of Distributed Computing: A Practical Tour of Vector Clock Systems" by Baldoni and Raynal for an overview of vector clocks.

See the README.md file for details.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0, 0.1.1, 0.1.2, 0.2.0, 0.2.1, 0.2.2
Change log NEWS.md
Dependencies base (>=4 && <5), binary [details]
License GPL-3.0-only
Author Alexandru Scvortov <scvalex@gmail.com>
Maintainer scvalex@gmail.com
Category Data, Data Structures, Distributed Computing
Home page https://github.com/scvalex/vector-clock
Source repo head: git clone git://github.com/scvalex/vector-clock.git
Uploaded by AlexandruScvortov at 2012-06-18T01:45:08Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 4387 total (14 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 vector-clock-0.1.0

[back to package description]

vector-clock

Vector clocks in Haskell

Examples

Installation

This package is on Hackage. To install it, run:

cabal update
cabal install vector-clock