You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
evaluate feasibility of re-implementing the operator graph using co-routines. https://github.com/lewissbaker/cppcoro might be interesting.
careful: we need to switch to libc++ (instead of libstdc++) to be able to use it
Boost.Coroutine2 should NOT be used
if feasible implement and evaluate the performance with tentris paper benchmarks
The text was updated successfully, but these errors were encountered:
evaluate feasibility of re-implementing the operator graph using co-routines.
https://github.com/lewissbaker/cppcoro might be interesting.
careful: we need to switch to libc++ (instead of libstdc++) to be able to use it
Boost.Coroutine2 should NOT be used
if feasible implement and evaluate the performance with tentris paper benchmarks
The text was updated successfully, but these errors were encountered: