Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kylesayrs/distributedalgorithmszoo
- Owner: kylesayrs
- Created: 2024-06-10T01:29:25.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-07-09T02:26:16.000Z (6 months ago)
- Last Synced: 2024-07-09T05:54:35.523Z (6 months ago)
- Topics: algorithms, consensus, distributed-computing, distributed-systems, paxos, transactions
- Language: Java
- Homepage:
- Size: 91.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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;