libcoro
libcoro copied to clipboard
A performance comparison
Would you like to provide some tcp echo server code so I can add a comparison into our project.
There are two benchmark tests:
https://github.com/jbaldwin/libcoro/blob/main/test/bench.cpp#L348 for using a thread pool to handle connections and https://github.com/jbaldwin/libcoro/blob/main/test/bench.cpp#L553 for handling requests inline in the event loop. Is this what you are looking for?
closing since this hasn't had any movement since july