I'm comparing a simple echo server written in corosio and asio. I'm using the example echo server on the corosio webpage. I've attached the code. On my machine, compiling with gcc 14.2.0 i get the following binary sizes:
- echo_corosio: 683280 bytes
- echo_asio: 108952 bytes
CMakeLists.txt
main_asio.cpp
main_corosio.cpp
I'm comparing a simple echo server written in corosio and asio. I'm using the example echo server on the corosio webpage. I've attached the code. On my machine, compiling with gcc 14.2.0 i get the following binary sizes:
CMakeLists.txt
main_asio.cpp
main_corosio.cpp