orlp / glidesort

A Rust implementation of Glidesort, my stable adaptive quicksort/mergesort hybrid sorting algorithm.
1.57k stars 23 forks source link

parallel version #4

Open tronta opened 1 year ago

tronta commented 1 year ago

Do you plan a parallel version as Rayon? That works be cool/fast.

orlp commented 1 year ago

I'd love to, eventually. For now I have my hands full on writing a paper, getting a new job and dealing with all the minutiae around releasing glidesort. So don't hold your breath.