vector-clock

This package provides a ready to use implementation of the vector clock data-structures, which may be used to version messages and determine causality relations between them in a distributed system. See Fundamentals of Distributed Computing: A Practical Tour of Vector Clock Systems by R. Baldoni and M. Raynal for an overview of vector clocks. See the README.md file for details.


Keywords
data-structures, distributed-computing, gpl, library, Propose Tags, Skip to Readme, Index, Data.VectorClock, Data.VectorClock.Approximate, Data.VectorClock.Simple, vector-clock-0.2.2.tar.gz, browse, Package description, Package maintainers, AlexandruScvortov, hansonkd, edit package information , 0.2.3, Hackage
License
GPL-3.0-only
Install
cabal install vector-clock-0.2.2

Documentation

vector-clock

Vector clocks in Haskell

Examples

See the Hackage pages for each module for usage examples.

Installation

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

cabal update
cabal install vector-clock