错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

The C++ Standard Library for Parallelism and Concurrency (HPX)

  • Patrick Diehl,
  • Steven R. Brandt,
  • Hartmut Kaiser

摘要

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.