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:
“Those Maine woods differ essentially from ours. There you are never reminded that the wilderness which you are threading is, after all, some villagers familiar wood-lot, some widows thirds, from which her ancestors have sledded fuel for generations, minutely described in some old deed which is recorded, of which the owner has got a plan, too, and old bound-marks may be found every forty rods, if you will search.”
—Henry David Thoreau (18171862)
“... whats been building since the 1980s is a new kind of social Darwinism that blames poverty and crime and the crisis of our youth on a breakdown of the family. Thats what will last after this flurry on family values.”
—Stephanie Coontz (b. 1944)
“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)