Has anyone done a performance analysis of boost::asio?

蹲街弑〆低调 提交于 2019-11-30 06:43:55
Frunsi

Also check this post about a locking problem in boost::asio, which may affect you.

I do performance tests of asio and my own impl on file reading (my blogpost entry) - in two words - asio shown good results.

In my opinion Boost.Asio is Windows-First, where most other free-software libraries are Linux-First. However the quality under Linux has always been good. Since this software got reveiwed by 20 people who did not participate in its development. Speed under Linux with multiple threads has been rapidly improved around the time the asker asked this question (2009): http://think-async.com/Asio/LinuxPerformanceImprovements

Speed under Windows has always been good. My biggest gripe is the design of UDP sockets, it is poorly implemented.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!