Server Wide Clocks (swc) [](https://travis-ci.org/ricardobcl/ServerWideClocks)

July 16, 2016 ยท View on GitHub

This is an Erlang OTP library for Server Wide Clocks.

Your can find the paper here: http://haslab.uminho.pt/tome/files/global_logical_clocks.pdf

There are 2 main files:

  • the node clock -> implemented in swc_node.erl
  • the key-value clock -> implemented in swc_kv.erl

Build

> make all