xref: /llvm-project/libcxx/docs/Status/PSTL.rst (revision 14292d9f1e87cab7801de7a4a78ee52510013a67)
1.. _pstl-status:
2
3==========================
4libc++ Parallel STL Status
5==========================
6
7.. include:: ../Helpers/Styles.rst
8
9.. contents::
10  :local:
11
12
13Overview
14========
15
16This document contains the status of the Parallel STL (PSTL) in libc++. It is
17used to track both the status of the sub-projects of the PSTL and who is
18assigned to these sub-projects. This is imperative to effective implementation
19so that work is not duplicated.
20
21If you are interested in contributing to the libc++ PSTL, please send a message
22to the #libcxx channel in the LLVM discord. Please *do not* start working on
23any of the *assigned* items below.
24
25Sub-Projects in the Implementation Effort
26=========================================
27
28.. csv-table::
29  :file: PSTLPaper.csv
30  :header-rows: 1
31  :widths: auto
32