From fbfa4ac8dbcf1523808903a11e4f3af0f7ee396c Mon Sep 17 00:00:00 2001 From: Marty Gentillon Date: Thu, 15 Mar 2018 04:58:20 -0700 Subject: [PATCH] Added the HashGraph distributed consensus paper. (#514) Hashgraph is a block-chain like algorithm with latencies similar to Paxos. --- distributed_systems/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/distributed_systems/README.md b/distributed_systems/README.md index 4adab39..d874e22 100644 --- a/distributed_systems/README.md +++ b/distributed_systems/README.md @@ -49,6 +49,8 @@ * [The Byzantine Generals Problem](http://www.andrew.cmu.edu/course/15-749/READINGS/required/resilience/lamport82.pdf) +* [Hashgraph Consensus: Fair, Fast, Byzantine Fault Tolerance](https://swirlds.com/downloads/SWIRLDS-TR-2016-01.pdf) + * [:scroll:](the-chubby-lock-service-for-loosely-coupled-distributed-systems.pdf) [The Chubby Lock Service for Loosely-Coupled Distributed Systems](http://static.googleusercontent.com/media/research.google.com/en/us/archive/chubby-osdi06.pdf) * [:scroll:](join-calculus.pdf) [The Join Calculus: a Language for Distributed Mobile Programming](http://research.microsoft.com/en-us/um/people/fournet/papers/join-tutorial.pdf)