Skip to content
This repository has been archived by the owner on Feb 1, 2020. It is now read-only.

parallelization using OpenMP #7

Open
ekg opened this issue Oct 2, 2018 · 1 comment
Open

parallelization using OpenMP #7

ekg opened this issue Oct 2, 2018 · 1 comment

Comments

@ekg
Copy link

ekg commented Oct 2, 2018

Would it be straightforward to make the sort parallel, such as using OpenMP? I'm mostly asking if there is a gotcha that I'm missing which would prevent it.

@ekg
Copy link
Author

ekg commented Apr 16, 2019

I have done this in my branch, and am interested if it could be pulled in: #14

As you know, a parallel first pass is not possible. An in-place fully parallel MSD radix sort algorithm does exist. It's called PARADIS, and its authors have never provided their implementation to other researchers. It would appear that a reimplementation of this idea would be required to test it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant