Table des matières

Comparison with other libraries / Credit

Many efforts have already been deployed in this area. The point here is to try to summarize their properties.

"STAPL: Standard Template Adaptive Parallel Library"

PSTL

Does not seem to be supported anymore ?

"Range Partition Adaptors : A Mechanism for Parallelizing STL" of Matthew H. Austern, Ross A. Towle and Alexander A. Stepanov

http://www.stepanovpapers.com We go to the same direction, with some differences :

OPENMP

One of the possible approaches of C++ parallelisation is based on the use of preprocessor pragmas (OpenMP). It has the advantage that the source program can still be compiled and tested in sequential mode without any code change. It has however some severe drawbacks :

MPTL: http://spc.unige.ch/mptl