Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 478 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 478 Bytes

Server Wide Clocks (swc) Build Status

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