[libcxx-commits] [PATCH] D59813: The other fix for equal algo

Mikhail Dvorskiy via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Mar 26 04:16:47 PDT 2019


MikeDvorskiy created this revision.
MikeDvorskiy added reviewers: ldionne, rodgert.
Herald added a subscriber: libcxx-commits.

1. "serial execution instead of execution with a policy". Fixed.
2. Got rid of the overheads connected with usage of std::distance for "forward" iterators. In that case we had N additional steps - an iterator seeking.


Repository:
  rPSTL pstl

https://reviews.llvm.org/D59813

Files:
  include/pstl/internal/algorithm_impl.h
  include/pstl/internal/glue_algorithm_impl.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59813.192256.patch
Type: text/x-patch
Size: 5912 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190326/cadd6f65/attachment.bin>


More information about the libcxx-commits mailing list