lewissbaker / cppcoro

A library of C++ coroutine abstractions for the coroutines TS
MIT License
3.43k stars 472 forks source link

Is there any benchmark show the performance of the cppcoro? #147

Open Celthi opened 4 years ago

Celthi commented 4 years ago

This may not be a suitable question, but I'm curious is there any benchmark or justification the use of cppcoro would be a better option? I'm currently trying to learn the coroutine in the C++20 and find this library.