alexmat2on / go-dist

A selection of distributed algorithms, implemented in Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Go 100.0%