Skip to content

Demonstration that Merkle Chains are better than balanced Merkle Trees during gossip

Notifications You must be signed in to change notification settings

samanklesaria/MerkleSim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Demonstration that Merkle Chains are better than balanced Merkle Trees during gossip

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages