/intsort

Parallel and vectorised sorting of integers in ISPC

Primary LanguageC++BSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

intsort

Parallel and vectorised sorting of integers.

Radix and merge sort approaches implemented using [ISPC] (http://ispc.github.io). The radix sort is also distributed with ISPC examples.