taskflow
taskflow copied to clipboard
A General-purpose Parallel and Heterogeneous Task Programming System
CVE-2020-11022 CVE-2020-11023 basically, the jquery is outdated, please update.
fix [issue #446](https://github.com/taskflow/taskflow/issues/446) tested on vs2017 and vs2022
I want to set up a small framework in which I automatically create graph dependencies depending on the output of a certain task, but it became problematic when one task...
Hello! I have an idea to reduce memory latency on NUMA or CCX-based systems. I've read older issues here on this topic, where it is argued that work stealing is...
Does the library know, or can it cheaply determine, if a completed task has no more dependencies in the graph ? If so, the library could call a designated cleanup...
Our flow will run user-defined code, including dead loops。 [RequestCancellation](https://taskflow.github.io/taskflow/RequestCancellation.html) can not kill dead loops。
I must be missing something fundamental about how to make `tf::Executor::async()` work in actual practice. In the following little program, I'm telling the executor that it can use 2 threads,...
**Describe the bug** The package (version 3.6.0) fails to successfully compile the testsuite on the armel architecture. The build proceeds without problem (though lots of warning messages about parameter passing...
Hello, I'm working on a system that runs a graph of operations (let's call them _operators_) but I can't implement all constraints that I need. The problems are visible even...
When compiling with `-fno-exceptions` and explicitly specifying `TF_DISABLE_EXCEPTION_HANDLING` before including the header even the simple example does not compile. ```c++ TF_DISABLE_EXCEPTION_HANDLING #include int main(int nargs, char *args[]) { tf::Executor executor;...