An open API service indexing awesome lists of open source software.

https://github.com/abinashmeher999/distributed-algorithms

Abstractions of components of a distributed system to simulate implementations of distributed algorithms.
https://github.com/abinashmeher999/distributed-algorithms

async-python distributed distributed-algorithms python-3-5

Last synced: 3 months ago
JSON representation

Abstractions of components of a distributed system to simulate implementations of distributed algorithms.

Awesome Lists containing this project

README

          

======================
Distributed-Algorithms
======================

Abstractions of components of a distributed system to simulate implementations of distributed algorithms.

Description
===========

The project aims to give a framework with proper abstractions of components in distributed systems like process, channel, messages, etc. to make it convenient to experiment with distributed algorithms.

Note
====

This project has been set up using PyScaffold 2.5.7. For details and usage
information on PyScaffold see http://pyscaffold.readthedocs.org/.