Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
你好,首先这个异步框架太酷了,值得持续关注。但性能对比上有几点疑问想咨询下:
1.Tokio本身作为通用的异步运行时,肯定有work-steal的过程;目前这个性能对比中这部分还是对其有影响;我想问下是不是有可能做一个带 work-steal的Monoio做一些对比呢?
2.整个对比图中没有内存消耗的对比数据,这部分的情况如何,在同等任务和压力的情况下,我们的内存开销和Tokio比是否也有优势?
3.假设撇开work-steal和thread-per-core,以及epoll和io_uring的差异,我们和Tokio在设计上还有哪些不同的优化使得我们的性能更优?是否方便介绍下
Beta Was this translation helpful? Give feedback.
All reactions