The goal is to design and implement a high-performance asynchronous programming framework similar to OpenMPI but with distinct features
based on Linux io_uring and Coroutine.
A new kind of Programming Framework like OpenMPI
It makes building systems with powerful throughput performance easier!
And it can cooperate with the OpenMPI for the higher performance!
The Framework vs OpenMPI
Commonalities with OpenMPI:
Aim to enhance system performance.
Applicable to system where multiple tasks are executed concurrently.
Differences from OpenMPI:
It's designed for I/O-intensive tasks while OpenMPI is designed for compute-intensive tasks.
It typically works on a single computer while OpenMPI is primarily used across multiple computers or compute nodes.