Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

experimental: reimplement operator graph with coroutines #44

Open
bigerl opened this issue Oct 9, 2020 · 0 comments
Open

experimental: reimplement operator graph with coroutines #44

bigerl opened this issue Oct 9, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@bigerl
Copy link
Member

bigerl commented Oct 9, 2020

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

@bigerl bigerl added the enhancement New feature or request label Oct 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant