Intell Threading Building Blocks
https://www.threadingbuildingblocks.org/
Intel(r) Threading Building Blocks (TBB) offers a rich and complete
approach to expressing parallelism in a C++ program. It is a library
that helps you take advantage of multi-core processor performance
without having to be a threading expert. Threading Building Blocks is
not just a threads-replacement library. It represents a higher-level,
task-based parallelism that abstracts platform details and threading
mechanism for performance and scalability.
- Links to devel:libraries:c_c++ / tbb
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:dirkmueller:Factory/tbb && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_constraints | 0000000147 147 Bytes | |
_link | 0000000129 129 Bytes | |
cmake-remove-include-path.patch | 0000000727 727 Bytes | |
tbb-2021.5.0.tar.gz | 0002463218 2.35 MB | |
tbb-pr609-32bit-mwaitpkg.patch | 0000002321 2.27 KB | |
tbb-rpmlintrc | 0000000084 84 Bytes | |
tbb.changes | 0000017324 16.9 KB | |
tbb.spec | 0000009432 9.21 KB |
Revision 2 (latest revision is 9)
Dirk Mueller (dirkmueller)
committed
(revision 2)
- update to 2021.1.5: * Reworked synchronization mechanism to reduce contention when multiple task_arena’s are used concurrently. * Fixed sporadic memory corruption. * Enabled Microsoft Visual Studio* 2022 and Python 3.9 support. * Extended task_group interface with a new run_and_wait overload to accept task_handle. * Fixed possible correctness issue in queuing_rw_mutex on non-Intel platforms. * Fixed sporadic memory corruption.
Comments 0