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

Has anyone done a performance analysis of boost::asio?
Photo Credit: Courtesy of 3DStockPhoto ( image)

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): 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.

Read more here: Source link