libcoro
libcoro copied to clipboard
A performance comparison
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