[Bug libstdc++/113504] High memory usage for parallel `std::sort`

2024-01-22 Thread ruben.laso at tuwien dot ac.at via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113504 --- Comment #2 from Ruben Laso --- (In reply to Jonathan Wakely from comment #1) > The parallel algos are taken from > https://github.com/llvm/llvm-project/tree/main/pstl so I would file an issue > upstream rather than here. The Intel PSTL

[Bug libstdc++/113504] High memory usage for parallel `std::sort`

2024-01-19 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113504 --- Comment #1 from Jonathan Wakely --- The parallel algos are taken from https://github.com/llvm/llvm-project/tree/main/pstl so I would file an issue upstream rather than here. The Intel PSTL developers are the right people to ask.