brintos

brintos / llvm-project-archived public Read only

0
0
Text · 794 B · 6e51e43 Raw
32 lines · plain
1.. _pstl-status:2 3==========================4libc++ Parallel STL Status5==========================6 7.. include:: ../Helpers/Styles.rst8 9.. contents::10  :local:11 12 13Overview14========15 16This document contains the status of the Parallel STL (PSTL) in libc++. It is17used to track both the status of the sub-projects of the PSTL and who is18assigned to these sub-projects. This is imperative to effective implementation19so that work is not duplicated.20 21If you are interested in contributing to the libc++ PSTL, please send a message22to the #libcxx channel in the LLVM discord. Please *do not* start working on23any of the *assigned* items below.24 25Sub-Projects in the Implementation Effort26=========================================27 28.. csv-table::29  :file: PSTLPaper.csv30  :header-rows: 131  :widths: auto32