Concurrent Collections
Appearance
Intel Concurrent Collections (known as CnC) is a programming model and software framework developed by Intel to expose parallelism in applications for shared and distributed memory. It is based on Concurrent Collections concepts, which was previously developed at HP as TStreams. Rice University developed various variants based on their Habanero infrastructure.
Intel Concurrent Collections for C++
Intel Concurrent Collections for C++ is an open source C++ template library for implementing parallel CnC applications in C++ on shared and/or distributed memory.
See also
References
- Attention: This template ({{cite doi}}) is deprecated. To cite the publication identified by doi:10.3233/SPR-2011-0305, please use {{cite journal}} (if it was published in a bona fide academic journal, otherwise {{cite report}} with
|doi=10.3233/SPR-2011-0305
instead. - Attention: This template ({{cite doi}}) is deprecated. To cite the publication identified by doi:10.1109/IPDPS.2010.5470404, please use {{cite journal}} (if it was published in a bona fide academic journal, otherwise {{cite report}} with
|doi=10.1109/IPDPS.2010.5470404
instead. - Attention: This template ({{cite doi}}) is deprecated. To cite the publication identified by doi:10.1007/978-0-387-09766-4_238, please use {{cite journal}} (if it was published in a bona fide academic journal, otherwise {{cite report}} with
|doi=10.1007/978-0-387-09766-4_238
instead. - Attention: This template ({{cite doi}}) is deprecated. To cite the publication identified by doi:10.1002/cpe.2811, please use {{cite journal}} (if it was published in a bona fide academic journal, otherwise {{cite report}} with
|doi=10.1002/cpe.2811
instead.
External links
- Intel Concurrent Collections for C++ at GitHub
- Intel Concurrent Collections for C++ on GitHub
- Intel Concurrent Collections for C++ for Windows and Linux at Intel DZ, a "What If" project
- Intel CnC on SourceForge
- CNC - Habanero Concurrent Collections as part of the Rice University Habanero project