OReilly.Intel.Threading.Building.Blocks.Jul.2007
资源大小: 2.86MB
资源类型:![]()
发布人: ramboOne
发布日期: 2007-10-30 15:28
Tag:
threading
资源分: 0
下载人数: 255
软件说明:
Multi-core processors have made parallel programming a topic of interest for every<br>programmer. Computer systems without multiple processor cores have become relatively<br>rare. This book is about a solution for C++ programmers that does not ask you<br>to abandon C++ or require the direct use of raw, native threads.<br>This book introduces Intel Threading Building Blocks. Threading Building Blocks is<br>a C++ template library for parallelism that extends C++ by abstracting away thread<br>management and allowing straightforward parallel programming. To use the library,<br>you specify tasks, not threads, and let the library map tasks onto threads in an efficient<br>manner. This has many advantages in a world where you need your application<br>to survive as more processor cores become available.<br>Threading Building Blocks will enable you to specify parallelism far more conveniently<br>than using raw threads, while improving performance, portability, and<br>scalability.


共有评论条