tourkaman / distributed-algos

Distributed algorithms, reimplemented for fun and practice!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Distributed Algorithms

Playground for reimplementing and experimenting with algorithms for distributed computing.

Usage

Running the code for Ring-AllReduce:

python reduce.py sum
python reduce.py max

About

Distributed algorithms, reimplemented for fun and practice!


Languages

Language:Python 100.0%