Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kylesayrs/distributedalgorithmszoo

Repository which implements algorithms related to distributed computing with explainations
https://github.com/kylesayrs/distributedalgorithmszoo

algorithms consensus distributed-computing distributed-systems paxos transactions

Last synced: 2 days ago
JSON representation

Repository which implements algorithms related to distributed computing with explainations

Awesome Lists containing this project

README

        

# Distributed Algorithms Zoo #
Just a fun side project to learn a little bit more about distributed algorithms and their implementations in Java

## The Fallacies of Distributed Computing ##
The network is reliable;
Latency is zero;
Bandwidth is infinite;
The network is secure;
Topology doesn't change;
There is one administrator;
Transport cost is zero;
The network is homogeneous;