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_U6.tar.gz | 0002553257 2.43 MB | |
_link | 0000000124 124 Bytes | |
disable-irml.patch | 0000000872 872 Bytes | |
optflags.patch | 0000000506 506 Bytes | |
reproducible.patch | 0000002080 2.03 KB | |
tbb.changes | 0000009949 9.72 KB | |
tbb.spec | 0000006662 6.51 KB |
Revision 53 (latest revision is 98)
Ismail Dönmez (namtrac)
committed
(revision 53)
- Update to version 2019_U6 * Added support for enqueuing tbb::task into tbb::task_arena (https://github.com/01org/tbb/issues/116). * Improved support for allocator propagation on concurrent_hash_map assigning and swapping. * Improved scalable_allocation_command cleanup operations to release more memory buffered by the calling thread. * Separated allocation of small and large objects into distinct memory regions, which helps to reduce excessive memory caching inside the TBB allocator. - Disable python2 support
Comments 0