The C++ Standard Library for Parallelism and Concurrency (HPX)
摘要
We describe the C++ standard library for concurrency and parallelism (HPX). In contrast to bulk sequential programs written in the past, HPX relies on asynchronous programming, overlapping communication and computation, over decomposition, and work-stealing to accelerate programs. HPX does this while staying aligned with the latest ISO C++ standard.