Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

possible to use monoio runtime? #1794

Open
sprappcom opened this issue Feb 24, 2025 · 2 comments
Open

possible to use monoio runtime? #1794

sprappcom opened this issue Feb 24, 2025 · 2 comments
Labels
new feature Something new is needed

Comments

@sprappcom
Copy link

Describe the feature

https://github.com/bytedance/monoio

for faster performance

@sprappcom sprappcom added the new feature Something new is needed label Feb 24, 2025
@JEnoch
Copy link
Member

JEnoch commented Mar 3, 2025

Monoio doesn't supports Windows yet. See their README.md:

🚧Experimental windows support is on the way.

Zenoh has to be supported on Windows (e.g.for ROS 2)

@Mallets
Copy link
Member

Mallets commented Mar 5, 2025

In addition to the platform support stated above, swapping an async runtime it's easier said than done.
There are two main problems in swapping the runtime:

  1. The impact on performance and scalability that goes beyond the networking stack but also involves all the synchronisation primitives(e.g. Mutex, RwLock, Channel) and timing behaviour (e.g. sleep granularity)
  2. The availability for monoio of all the libraries being used

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature Something new is needed
Projects
None yet
Development

No branches or pull requests

3 participants