Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

F.parallel stl sort #418

Closed
wants to merge 2 commits into from
Closed

Conversation

joka921
Copy link
Member

@joka921 joka921 commented Jun 24, 2021

Use the parallel Sort from the STL using Intel ThreadBuildingBlocks This allows us to use more threads.

* Since C++17, the STL supports parallel Algorithms like std::sort.

* This commit uses this sort as the new default.

* For "dynamic" IdTables (IdTable<0>) we still use the GNU parallel extensions, because the IDTables do not support the STL sorting currently (TODO: figure out why, and remove the reason).
@joka921 joka921 closed this Jul 12, 2023
@joka921 joka921 deleted the f.parallelStlSort branch July 12, 2023 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant