Comparison with Taskflow #536
pfeatherstone
started this conversation in
General
Replies: 1 comment
-
It'd be great to see some benchmarks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all. I really like the concurrency library, particularly
channels
, due to its simplicity.I wonder though, has this been benchmarked against other task systems?
A popular task system at the moment is Taskflow.
It supports futures, continuations, etc, and it has the concept of
tf::Pipeline
which seems similar to channels, i.e. reusable futures.When I find time, i might do my own benchmarks, but I'm really interested in reading your take on this.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions