oleggr / DistributedComputingSystem

Distributed computing system allows to spread computing into several resources. Here is simulator of such system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DistributedComputingSystem

Distributed computing system allows to spread computing into several resources. Here is simulator of such system.

CI Linting

Content

What's inside

It's simple simulator of distributed multithreading computing system. Main ability of the system is running different custom tasks.

With developing progress system will get ability to spread tasks computing in smart way. System will evaluate task computational complexity and assign it to a suitable computational resource.

Quickstart

For now you can simply run the main file:

>> python3 main.py

Run tests

Run below command:

>> pytest

Notice: not all test cases supported currently

Contacts

Up

About

Distributed computing system allows to spread computing into several resources. Here is simulator of such system.


Languages

Language:Python 100.0%