Stapl

This article is about the C++ library. For JAM/STAPL programming of JTAG PLD's, see Standard Test and Programming Language.
Stapl
Written in C++
Type library or framework

Stapl (Standard Adaptive Parallel Library) is a library for C++, similar and compatible to STL. It provides parallelism support for writing applications for systems with shared or distributed memory.

It was developed by Lawrence Rauchwerger, Nancy M. Amato, Bjarne Stroustrup and several grad students at Texas A&M University.

Components

See also

References

L. Rauchwerger, F. Arzu, Koji Ouchi. "Standard Templates Adaptive Parallel Library"

External links