jbaldwin / libcoro

C++20 coroutine library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A performance comparison

beef9999 opened this issue · comments

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