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.
- Devel package for openSUSE:Factory
-
17
derived packages
- Links to openSUSE:Factory / tbb
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:libraries:c_c++/tbb && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
2019_U7.tar.gz | 0002579237 2.46 MB | |
_link | 0000000124 124 Bytes | |
disable-irml.patch | 0000000872 872 Bytes | |
optflags.patch | 0000000507 507 Bytes | |
reproducible.patch | 0000002097 2.05 KB | |
tbb.changes | 0000010857 10.6 KB | |
tbb.spec | 0000006523 6.37 KB |
Revision 55 (latest revision is 98)
Ismail Dönmez (namtrac)
committed
(revision 55)
- Update to version 2019_U7 * Added TBBMALLOC_SET_HUGE_SIZE_THRESHOLD parameter to set the lower bound for allocations that are not released back to OS unless a cleanup is explicitly requested. * Added zip_iterator::base() method to get the tuple of underlying iterators. * Improved async_node to never block a thread that sends a message through its gateway. * Extended decrement port of the tbb::flow::limiter_node to accept messages of integral types. * Removed the number_of_decrement_predecessors parameter from the constructor of flow::limiter_node. To allow its usage, set TBB_DEPRECATED_LIMITER_NODE_CONSTRUCTOR macro to 1. * Added ordered associative containers: concurrent_{map,multimap,set,multiset} (requires C++11).
Comments 0