Re: Are the extended algorithms in the header file going to be supported by gcc ?

2018-07-10 Thread Marco Ippolito
ntil libstdc++ formally > ships with support. See - > > https://github.com/intel/parallelstl > > - Tom > > Marco Ippolito writes: > > > Hi Thomas, > > since simplied and efficient parallelism is actually super-needed in a > > world where fast, simple ed effic

Re: Are the extended algorithms in the header file going to be supported by gcc ?

2018-07-10 Thread Marco Ippolito
scritto: > > Marco Ippolito writes: > > > Which gcc release will include the support for the C++17 parallel > > algorithms? > > The expectation is they will ship as part of GCC9. > > - Tom > >

For which gcc release is going to be foreseen the support for the Coroutines TS extension?

2018-06-04 Thread Marco Ippolito
Hi all, clang and VS2017 already support the Coroutines TS extensions. For which gcc release is going to be foreseen the support for the Coroutines TS extension? Looking forward to your kind feedback about this extremely important aspect of gcc. Marco

Are the extended algorithms in the header file going to be supported by gcc ?

2018-05-17 Thread Marco Ippolito
Hi, the good book "C++17 STL Cookbook" in chapter 9 "Parallelism and Concurrency" describes some of the 69 algorithms that were extended to accept execution policies in order to run parallel on multiple cores. And, according to the provided examples, they all greatly simplify some aspects of