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)
“The artist must be an egotist because, like the spider, he draws all his building material from his own breast. But just the same the artist alone among men knows what true humility means. His reach forever exceeds his grasp. He can never be satisfied with his work. He knows when he has done well, but he knows he has never attained his dream. He knows he never can.”
—Rheta Childe Dorr (18661948)
“The Bible and the Church have been the greatest stumbling blocks in the way of womens emancipation.”
—Elizabeth Cady Stanton (18151902)