Replies: 2 comments 11 replies
-
We are looking to add support for io_uring in the future, which should allow for better throughput for these sorts of "move dumb bytes around" programs. |
Beta Was this translation helpful? Give feedback.
2 replies
-
I have some questions about your benchmarks.
|
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Our lib is based on stackful coroutine, while tokio is stackless.
Our tests showed that tokio ranks the top 3 in terms of network performance.
We are both faster than Golang, any way. 🤣
Beta Was this translation helpful? Give feedback.
All reactions