taskflow icon indicating copy to clipboard operation
taskflow copied to clipboard

A General-purpose Parallel and Heterogeneous Task Programming System

Results 90 taskflow issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

enhancement

### 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...

enhancement

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.

enhancement

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...

enhancement

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...

enhancement