News

Parallel STL should now make it possible to transform existing sequential C++ code to take advantage of the threading and vectorization capabilities of modern hardware architectures. Parallel STL ...
Like the standard template library (STL), Intel's threading library uses C++ templates to manage data structures. In fact, Intel's library replaces many STL features.