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:Factory:Rebuild/PTL && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
PTL-2.3.0.tar.gz | 0000302678 296 KB | |
PTL.changes | 0000002596 2.54 KB | |
PTL.spec | 0000002351 2.3 KB |
Revision 3 (latest revision is 5)
Dominique Leuenberger (dimstar_suse)
accepted
request 935772
from
Dirk Mueller (dirkmueller)
(revision 3)
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.