Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 123 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 123 Bytes

Parallel sorting

  • split array to sort to number of cores
  • sort independently
  • merge independently pairwise bottom up