netcan / asyncio

asyncio is a c++20 library to write concurrent code using the async/await syntax.
MIT License
812 stars 80 forks source link

Just a comparison #9

Closed beef9999 closed 2 years ago

beef9999 commented 2 years ago

https://github.com/alibaba/PhotonLibOS

First of all, Go and Rust should be faster than you thought. Wondering how you get such results.

Did you test it with two real machines?

netcan commented 2 years ago

No, all tests in loopback test, using ab test tool.

beef9999 commented 2 years ago

loopback device is not trustworthy for networking tests

netcan commented 2 years ago

loopback device is not trustworthy for networking tests

just to test coroutine performance.(most tests are coroutine-based)