After #55
https://www.phoronix.com/scan.php?page=news_item&px=Intel-Parallel-STL-libstdc-libc
Paralel TS, as defined in c++17, should soon be available in GCC, Clang (supported in MSVC already 👍 )
I'm very interested to test its performance.
- it allows code from to be run in parallel, vectorized imlicitely.
EDIT:
PROs:
- easy to implement
- usable in all code (allies to small sniplet, loop)
- seamless
CONs:
- gains may not be that big
- blocked by lacking compiler/libstdc++ support, ETA 2019 earliest?
I will experiment with this, some progress outline, @breznak
TODO:
After #55
https://www.phoronix.com/scan.php?page=news_item&px=Intel-Parallel-STL-libstdc-libc
Paralel TS, as defined in c++17, should soon be available in GCC, Clang (supported in MSVC already 👍 )
I'm very interested to test its performance.
EDIT:
transformfrom<algorithms>TS Parallelhttps://www.phoronix.com/scan.php?page=news_item&px=Intel-Parallel-STL-libstdc-libc
PROs:
CONs:
I will experiment with this, some progress outline, @breznak
TODO: