Performance: Pillars of Composability
摘要
The TBB library is designed to provide composable performance. Ultimately, when we say that TBB is a composable parallel library, we mean that developers can mix and match code that uses TBB freely anywhere they want. These uses of TBB can be serial, one after the other; they can be nested; and they can be concurrent. And if TBB code is combined in any of these ways, the program will still work correctly, and the performance will be good.