Comment on Epoll vs. io_uring in LinuxparentComments−LoganDark2moBoost is so inconvenient, they're huge dynamic libraries that are a pain to build and use. Even when I was already using CMake, getting Boost installed in a way where it could be discovered was super annoying. (I was on Mac, though)−Chaosvex2moAsio also comes in standalone form and both versions are header-only. Not necessarily directly related to your comment but adding it on, anyway.−wavemode2moSome (most?) Boost libraries are header-only. Including Boost.Asio nowadays.−cherryteastain2moYou can statically link boost
Comments
Boost is so inconvenient, they're huge dynamic libraries that are a pain to build and use. Even when I was already using CMake, getting Boost installed in a way where it could be discovered was super annoying. (I was on Mac, though)
Asio also comes in standalone form and both versions are header-only. Not necessarily directly related to your comment but adding it on, anyway.
Some (most?) Boost libraries are header-only. Including Boost.Asio nowadays.
You can statically link boost