Skip to content

A selection of distributed algorithms, implemented in Go.

Notifications You must be signed in to change notification settings

alexmat2on/go-dist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Dist

A selection of distributed algorithms, implemented in Go. The subpackage graph-core provides a library for simulating a distributed message passing system, built from goroutines and channels.

These algorithms are implemented as described by their pseudocode counterparts in the book Distributed Algorithms for Message-Passing Systems by Michel Raynal.

Algorithms

  • parallel-traversal: Parallel Traversal via flooding

Build

go build

Run

./go-dist

About

A selection of distributed algorithms, implemented in Go.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages