Intel Threading Building Blocks (also known as TBB) is a C++ template library developed by Intel Corporation for writing software programs that take advantage of multi-core processors. The library consists of data structures and algorithms that allow a programmer to avoid some complications arising from the use of native threading packages such as POSIX threads, Windows threads, or the portable Boost Threads in which individual threads of execution are created, synchronized, and terminated manually. Instead the library abstracts access to the multiple processors by allowing the operations to be treated as "tasks", which are allocated to individual cores dynamically by the library's run-time engine, and by automating efficient use of the CPU cache. A TBB program creates, synchronizes and destroys graphs of dependent tasks according to algorithms, i.e. high-level parallel programming paradigms (a.k.a. Algorithmic Skeletons). Tasks are then executed respecting graph dependencies. This approach groups TBB in a family of solutions for parallel programming aiming to decouple the programming from the particulars of the underlying machine.
Read more about Intel Threading Building Blocks: Implementation, Library Contents, History, Systems Supported
Famous quotes containing the words threading, building and/or blocks:
“With five to ten hundred pure-minded young women threading the streets of the village every evening unattended, vice must slink away, like frost before the rising sun ...”
—Anna Julia Cooper (18591964)
“And when discipline is concerned, the parent who has to make it to the end of an eighteen-hour daywho works at a job and then takes on a second shift with the kids every nightis much more likely to adopt the survivors motto: If it works, Ill use it. From this perspective, dads who are even slightly less involved and emphasize firm limits or character- building might as well be talking a foreign language. They just dont get it.”
—Ron Taffel (20th century)
“Good blocks of oak it was I split,
As large around as the chopping block;
And every piece I squarely hit
Fell splinterless as a cloven rock.”
—Robert Frost (18741963)