1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/devel/tbb/pkg-descr
Ganael LAPLANCHE 8598bb509d - Enable staging
- Update USES
- Strip libraries
- Update WWW
2013-11-08 10:40:28 +00:00

10 lines
494 B
Plaintext

Intel 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.
WWW: http://threadingbuildingblocks.org/