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