Jump to letter: [
3ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
tbb - The Threading Building Blocks library abstracts low-level threading details
- Description:
Threading Building Blocks (TBB) is a C++ runtime library that
abstracts the low-level threading details necessary for optimal
multi-core performance. It uses common C++ templates and coding style
to eliminate tedious threading implementation work.
TBB requires fewer lines of code to achieve parallelism than other
threading models. The applications you write are portable across
platforms. Since the library is also inherently scalable, no code
maintenance is required as more processor cores become available.
Packages
tbb-4.0-1m.mo8.i686
[88 KiB] |
Changelog
by Hiromasa YOSHIMOTO (2011-10-27):
- (4.0-1m)
- update to 4.0
- merge from tbb-4.0-1.20110809 of fedora
|