You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Habanero-C++ is a compiler-free work-stealing library (under development), which supports Habanero-C work-stealing constructs. This library implementation is build on top of HClib and OCR. Habanero-C++ makes heavy use of C++11 lambda functions in its APIs. C++11 lambdas avoid the need for compiler support while still retaining the syntactic convenience of language-based approaches.

A detailed overview of Habanero-C++ can be found here.

  • No labels