mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
8598bb509d
- Update USES - Strip libraries - Update WWW
10 lines
494 B
Plaintext
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/
|