Intel® Concurrent Collections (CnC) for C/C++ provides a mechanism for developing a C++ program that will execute in parallel while allowing the application developer to ignore issues of parallelism such as low-level threading constructs or the scheduling and distribution of computations. The model allows the programmer to specify high-level computational steps including inputs and outputs without imposing unnecessary ordering on their execution. Code within the computational steps is written using standard serial constructs of the C++ language. CnC is currently available for download from http://whatif.intel.com and we encourage C++ developers to download now and give us feedback.
Sounds great, I'll give it a try
bogoid 1 year ago