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

Monoio runtime integration #24

Closed
joeky888 opened this issue May 3, 2023 · 2 comments
Closed

Monoio runtime integration #24

joeky888 opened this issue May 3, 2023 · 2 comments

Comments

@joeky888
Copy link

joeky888 commented May 3, 2023

https://github.com/bytedance/monoio is a new async runtime, it uses epoll for Linux, io_uring for Linux 5.6+, kqueue for macOS/FreeBSD and Windows (Experimental). It should be faster than the tokio runtime.

@littledivy
Copy link
Member

Interesting, fastwebsockets works with any stream which implements AsyncRead/AsyncWrite.

It should be possible to use fastwebsockets withmonoio-compat https://github.com/bytedance/monoio/tree/master/monoio-compat

@joeky888
Copy link
Author

Closed in favor of #31.

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

No branches or pull requests

2 participants