Efficient, lightweight and reliable distributed computation engine

37 stars 19 forks 37 watchers Python Apache License 2.0
24 Open Issues Need Help Last updated: Aug 19, 2026

Open Issues Need Help

View All on GitHub

Efficient, lightweight and reliable distributed computation engine

Python

Efficient, lightweight and reliable distributed computation engine

Python
good first issue c++

Efficient, lightweight and reliable distributed computation engine

Python

Efficient, lightweight and reliable distributed computation engine

Python
good first issue python c++

Efficient, lightweight and reliable distributed computation engine

Python
good first issue python

Efficient, lightweight and reliable distributed computation engine

Python
good first issue

Efficient, lightweight and reliable distributed computation engine

Python
good first issue c++

Efficient, lightweight and reliable distributed computation engine

Python
good first issue c++

Efficient, lightweight and reliable distributed computation engine

Python
good first issue c++

Efficient, lightweight and reliable distributed computation engine

Python
WebUI enhancement 10 months ago
good first issue python

Efficient, lightweight and reliable distributed computation engine

Python
good first issue c++

Efficient, lightweight and reliable distributed computation engine

Python
good first issue python

Efficient, lightweight and reliable distributed computation engine

Python
enhancement good first issue python

Efficient, lightweight and reliable distributed computation engine

Python

Efficient, lightweight and reliable distributed computation engine

Python
enhancement good first issue python

Efficient, lightweight and reliable distributed computation engine

Python
good first issue python

Efficient, lightweight and reliable distributed computation engine

Python
good first issue python c++

Efficient, lightweight and reliable distributed computation engine

Python
good first issue c++

Efficient, lightweight and reliable distributed computation engine

Python
enhancement good first issue

Efficient, lightweight and reliable distributed computation engine

Python

AI Summary: This issue proposes migrating the application's configuration to TOML files, allowing options for components like `scalar`, `scheduler.core`, and `workers` to be defined in a structured format. A key requirement is the ability to dynamically change these configurations at runtime.

Complexity: 2/5
enhancement good first issue

Efficient, lightweight and reliable distributed computation engine

Python
good first issue c++

Efficient, lightweight and reliable distributed computation engine

Python

AI Summary: This issue aims to reduce latency for clients requesting objects that are not yet available. Currently, once an object arrives, all pending GET requests are processed sequentially, which can be slow, especially with low-bandwidth clients. The proposed solution is to process these pending requests in parallel by dispatching new ASIO co-routines for each, while carefully managing concurrency when writing to client sockets and addressing potential dependencies from `DUPLICATE`d object IDs.

Complexity: 3/5
enhancement good first issue c++

Efficient, lightweight and reliable distributed computation engine

Python
Enable logging for OSS about 1 year ago
enhancement good first issue

Efficient, lightweight and reliable distributed computation engine

Python