Intel Threading Building Blocks

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 (1859–1964)

    Culture is a sham if it is only a sort of Gothic front put on an iron building—like Tower Bridge—or a classical front put on a steel frame—like the Daily Telegraph building in Fleet Street. Culture, if it is to be a real thing and a holy thing, must be the product of what we actually do for a living—not something added, like sugar on a pill.
    Eric Gill (1882–1940)

    The vast silence of Buddha overtakes
    and overrules the oncoming roar
    of tragic life that fills alleys and avenues;
    it blocks the way of pedicabs, police, convoys.
    Denise Levertov (b. 1923)