Intel's Reinders: For C and C++, the Time has Come for Parallelism as a First Class Citizen

Print Friendly, PDF & Email

Intel’s James Reinders writes that it’s time to make Parallelism a full First Class Citizen in C and C++.

Hardware is once again ahead of software, and we need to close the gap so that application development is better able to utilize the hardware without low level programming. The time has come for high level constructs for task and data parallelism to be explicitly added to C and C++. This will enable Parallel Programming in C and C++ to be fully portable, easily intelligible, and consistently decipherable by a compiler. Language solutions are superior to library solutions. Library solutions provide fertile grounds for exploration. Intel Threading Building Blocks (TBB) has been the most popular library solution for parallelism for C++. For more than five years, TBB has grown and proven itself. It is time to take it to the next level, and move to language solutions to support what we can be confident is needed in C and C++.

Read the Full Story.

Comments

  1. “Intel Threading Building Blocks (TBB) has been the most popular library solution for parallelism for C++”
    I guess he never heard about pthreads.