• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

README.mdH A D11-Oct-2015442

parallel_stable_sort.hH A D11-Oct-20155.9 KiB

pss_common.hH A D11-Oct-20153.9 KiB

README.md

1# Parallel Stable Sort
2
3This repository contains a parallel stable sort implementation using Thread
4Building Blocks. It contains the low-level TBB version (with minor
5modifications to remove warnings on various platforms) presented in Arch
6D. Robison's article [A Parallel Stable Sort Using C++11 for TBB, Cilk Plus,
7and OpenMP][1].
8
9[1] https://software.intel.com/en-us/articles/a-parallel-stable-sort-using-c11-for-tbb-cilk-plus-and-openmp
10