[libcxx-commits] [PATCH] D148478: [libc++][PSTL] Add design docs
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Apr 28 07:28:48 PDT 2023
philnik added inline comments.
================
Comment at: libcxx/docs/DesignDocs/PSTLIntegration.rst:9
+but are unnecessarily complex in the context of a single standard library implementation. Because of these drawbacks, we
+decided to adopt a modified PSTL in libc++. Specifically, the goals of the modified PSTL are
+
----------------
Mordante wrote:
> Since you talk about PSTL I really would like a link to the original source.
>
> I really like this new rationale, this makes it very clear why you opted to go in this direction. Thanks!
It's still not clear to me where you would like to have a link to, since we don't have any online documentation about the PSTL. Or do you mean some Intel-specific stuff? I don't know where that lives, and e.g. https://www.intel.com/content/www/us/en/developer/articles/guide/get-started-with-parallel-stl.html makes the claim that C++11 is required, which is simply wrong for our purposes.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148478/new/
https://reviews.llvm.org/D148478
More information about the libcxx-commits
mailing list