Open MP Template Library 20071213 (Default branch) |
|
|
Thursday December 13, 2007. 11:39 PM FreshMeat
The OMPTL reimplements the algorithmic and numeric
parts of the Standard Template Library of C++ to
take advantage of parallel computing hardware such
as Dual-Core and HyperThreading processors. The
parallelization is done with the OpenMP API. The
range of data is partitioned, and then the
computation is executed in parallel.
License: GNU Lesser General Public License (LGPL)
Changes:
Improved transparency for compilation without OpenMP. Stricter compliance to the C++ standards required by Sun Compiler.
|