Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 662 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 662 Bytes

The code in this repository allowed for the experiments described in this report, originally for the graduate Distributed Computing class at UT Austin. The report subdirectory contains the Pandoc-flavored markdown source for this report. Each CRDT reconsiliation algorithm described in the report (Causal Dags, Patricia Chains, and Merkle Trees) has a separate module within src, along with an associated set of tests. You can build each of these libraries, as well as the main executable that compares their performance, using the standard Cabal build system; the makefile is just for profiling.