https://llvm.org/bugs/show_bug.cgi?id=27837
Bug ID: 27837 Summary: Improve std::async QoI when implementing new Parallel algorithms Product: libc++ Version: unspecified Hardware: PC OS: Windows NT Status: NEW Severity: normal Priority: P Component: All Bugs Assignee: unassignedclangb...@nondot.org Reporter: e...@efcs.ca CC: llvm-bugs@lists.llvm.org, mclow.li...@gmail.com Classification: Unclassified The current implementation of async boots up a new thread for every call. There are likely better implementations, which will become easier to adopt once we have better parallelism machinery. We should look into improving std::async as part of implementing parallel algorithms. -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs