CornellHPC / HySortK

High Performance Sorting Based Distributed memory K-mer counter
10 stars 0 forks source link

fast parallel sorting methods #1

Open ekg opened 3 months ago

ekg commented 3 months ago

Thanks for your presentation at MEMPANG24!

Here are some alternative sorting algorithms which might be interesting to try.

In-place Parallel Super Scalar Samplesort (IPS⁴o): https://github.com/SaschaWitt/ips4o

In-place Parallel Super Scalar Radix Sort (IPS²Ra) https://github.com/ips4o/ips2ra

Hope these are useful!

YfLi03 commented 3 months ago

Thank you! We'll take a look at that.