libcoro icon indicating copy to clipboard operation
libcoro copied to clipboard

A performance comparison

Open beef9999 opened this issue 2 years ago • 1 comments

Would you like to provide some tcp echo server code so I can add a comparison into our project.

beef9999 avatar Jul 12 '22 16:07 beef9999

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?

jbaldwin avatar Jul 16 '22 00:07 jbaldwin

closing since this hasn't had any movement since july

jbaldwin avatar Nov 23 '22 17:11 jbaldwin