libtaskflow-tests

[full]

A General-purpose Task-parallel Programming System ; tests

This is a build2 package for the taskflow C++ library. It provides task decomposition strategies that incorporate both regular and irregular compute patterns, together with a work-stealing scheduler to optimize your multithreaded performance.

Usage

To start using libtaskflow in your project, add the following depends value to your manifest, adjusting the version constraint as appropriate:

depends: libtaskflow ^3.10.0

Then import the library in your buildfile:

import libs = libtaskflow%lib{taskflow}
... More
license MIT
project taskflow
url github.com/taskflow/taskflow
1 Version
version 3.10.0+1
repository https://pkg.cppget.org/1/testing
depends 2; libtaskflow, doctest
reviews 0