GitXplorerGitXplorer
k

DistributedAlgorithmsZoo

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
37af6500c3a0f802c2383aecf6d7170c222c6dee

partial readme

kkylesayrs committed 6 months ago
Unverified
2ecde783fee6b4def2995da00a44a8cdab7d7c68

WIP: raft

kkylesayrs committed 7 months ago
Unverified
d759a9fe92f7e2565310546882662497b02f65d7

Merge branch 'master' of https://github.com/kylesayrs/DistributedAlgorithmsZoo

kkylesayrs committed 7 months ago
Unverified
db45a20bbfc6d4ad1172bd085e4269eaf551205b

remove target dir

kkylesayrs committed 7 months ago
Verified
cfc81c5ff05a8941f0cd0014c69a183f0bbef587

Update README.md

kkylesayrs committed 7 months ago
Unverified
5af3b004989671825f40ad808679dc011c375e07

remove verbose stack trace prints

kkylesayrs committed 7 months ago

README

The README file for this repository.

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;