taskflow
taskflow copied to clipboard
A General-purpose Parallel and Heterogeneous Task Programming System
How do you see distributed execution support in taskflow ? Would it ride on something like hpx ? Or will you natively support such an executor in the future. Any...
We develop a render application that recreate its dynamic Subflow graph every frame. The graph is big enough (1000+ nodes) so its cleanup before remaking takes much time (see Figure...
### General Problem Although taskflow is only a framework for compute, there still needs to be mechanisms to allow better coexistence/integration with IO driven frameworks. A task may not have...
Close #272
This is a simple way to address my desires in #160. Maybe also starts to speak to #191. Not sure it's exactly what you'd want to add to the api...
I wonder if a library like TaskFlow can be used in the cloud with multiple machines? For example, is it compatible with Kubernetes autoscaling? Thanks for your good work.
Currently only [GraphViz dump](https://github.com/taskflow/taskflow/blob/master/taskflow/core/taskflow.hpp#L206) is supported. I would like to request a dump support for the [Mermaid format](https://mermaid-js.github.io/mermaid/#/flowchart). 1. How should it be implemented, to support different formats? There are...
Yeah... once again: Exception handling. There are a couple of issues about this, e.g. #72 or #193 My proposal: Make exception handling optional and allow the user to specify the...
**Please describe your feature request.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] is it possible to implement windows style thread management...
I currently leverage the tool available for generating a graph showing the the full taskflow and interested to learn if there is capability for recording the path taken through the...