This repository contains a parallel stable sort implementation using Thread Building Blocks. It contains the low-level TBB version (with minor modifications to remove warnings on various platforms) presented in Arch D. Robison's article [A Parallel Stable Sort Using C++11 for TBB, Cilk Plus, and OpenMP][1].