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.
| Property | Value |
| dbpedia-owl:Work/genre
| |
| dbpedia-owl:genre
| |
| dbpprop:abstract
|
- 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 cache. This approach groups TBB in a family of solutions for parallel programming aiming to decouple the programming from the particulars of the underlying machine.
- Intel Threading Building Blocks (Intel TBB) es una biblioteca basada en plantillas para C++ desarrollada por Intel para facilitar la escritura de programas que exploten las capacidades de paralelismo de los procesadores con arquitectura multinúcleo. Esta biblioteca proporciona algoritmos y estructuras de datos que permiten al programador evitar en parte las complicaciones derivadas del uso de los paquetes nativos de gestión de hilos de ejecución en los que la creación, sincronización y destrucción de los hilos es explícita y dependiente del sistema. En lugar de esto, la biblioteca abstrae el acceso a los múltiples procesadores permitiendo que las operaciones sean tratadas como tareas que se reparten automática y dinámicamente entre los procesadores disponibles mediante un gestor en tiempo de ejecución. Esta aproximación hace que Intel TBB se incluya en la familia de soluciones para la programación paralela que permiten desacoplar la programación de las características particulares de la máquina.
- Threading Building Blocks (TBB) est une bibliothèque logicielle développée par la société Intel Cet outil développé en C++ permet d'abstraire au maximum les détails complexes de la programmation sur microprocesseur multi cœur. Ainsi un développeur n'a plus à se soucier d'écrire son code pour les threads POSIX ou pour les threads Windows car c'est TBB qui s'occupe de tous les détails spécifiques. La bibliothèque TBB fonctionne sur différents compilateurs (Intel, Microsoft et GCC) et se veut donc parfaitement indépendante par rapport à l'architecture sous-jacente, comme par rapport à l'environnement logiciel. Elle se compose principalement d'algorithmes (parallel_for, parallel_while et parallel_reduce) et de containers (concurrent_queue). Bien que ses algorithmes soient différents de ceux de la Standard Template Library, ils pourraient être utilisés pour en reprogrammer des versions parallèles.
- インテル スレッディング・ビルディング・ブロック(Intel® Threading Building Blocks,TBB)は、Intel社が公開しているC++テンプレートライブラリである。 マルチCPU・マルチコアCPUなどを搭載したコンピュータ上でアプリケーションを効率よく動作させることができる。現在の安定版のバージョンは2.1、開発版のバージョンは2.1 update4。 製品版とオープンソース版があり、オープンソース版は無償でダウンロードが可能である。 様々なプラットフォーム上で動作する。(クロスプラットフォーム)
- Intel Threading Building Blocks (также известная как TBB) — кроссплатформенная библиотека для параллельного программирования, реализованная на языке С++.
|
| dbpprop:asOfProperty
|
- 9 (xsd:integer)
- 2008 (xsd:integer)
|
| dbpprop:genre
| |
| dbpprop:hasPhotoCollection
| |
| dbpprop:name
|
- Intel Threading Building Blocks
|
| dbpprop:programmingLanguage
| |
| dbpprop:reference
| |
| dbpprop:wikiPageUsesTemplate
| |
| rdf:type
| |
| rdfs:comment
|
- 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.
- Intel Threading Building Blocks (Intel TBB) es una biblioteca basada en plantillas para C++ desarrollada por Intel para facilitar la escritura de programas que exploten las capacidades de paralelismo de los procesadores con arquitectura multinúcleo.
- Threading Building Blocks (TBB) est une bibliothèque logicielle développée par la société Intel Cet outil développé en C++ permet d'abstraire au maximum les détails complexes de la programmation sur microprocesseur multi cœur. Ainsi un développeur n'a plus à se soucier d'écrire son code pour les threads POSIX ou pour les threads Windows car c'est TBB qui s'occupe de tous les détails spécifiques.
- Intel Threading Building Blocks (также известная как TBB) — кроссплатформенная библиотека для параллельного программирования, реализованная на языке С++.
|
| rdfs:label
|
- Intel Threading Building Blocks
- Intel Threading Building Blocks
- Threading Building Blocks
- Intel Threading Building Blocks
- Intel Threading Building Blocks
|
| owl:sameAs
| |
| skos:subject
| |
| foaf:name
|
- Intel Threading Building Blocks
|
| foaf:page
| |
| is dbpprop:redirect
of | |
| is owl:sameAs
of | |