[PATCH] D33977: [libcxx][WIP] Experimental support for a scheduler for use in the parallel stl algorithms
Duncan P. N. Exon Smith via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 13 15:58:29 PDT 2017
dexonsmith added a comment.
You mention that the lock-free `deque` gives a speedup. I agree that should be left for a follow-up, but what kind of speedup did it give?
Have you measured whether the parallel algorithm gives a speedup, compared to a non-parallel algorithm?
https://reviews.llvm.org/D33977
More information about the cfe-commits
mailing list