Lightweight C++11 mutilthreading tasking system
https://github.com/jrmadsen/PTL
Parallel Tasking Library (PTL) is a lightweight C++11 multithreading tasking
system featuring thread-pool, task-groups, and lock-free task queue.
- Developed at devel:libraries:c_c++
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:SLECandidates/PTL && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
PTL-2.3.3.tar.gz | 0000302890 296 KB | |
PTL.changes | 0000003151 3.08 KB | |
PTL.spec | 0000002351 2.3 KB |
Latest Revision
Dominique Leuenberger (dimstar_suse)
accepted
request 977257
from
Dirk Mueller (dirkmueller)
(revision 5)
Comments 2
This comment has been deleted
We have to workaround this in tbb, why provides
pkgconfig(tbb32)
on 32-bit archs andpkgconfig(tbb)
on 64-bit ones. Submitted sr#966880 as a possible workaround.