tkoziara / intsort

Parallel and vectorised sorting of integers in ISPC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Parallel and vectorised sorting of integers in ISPC

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 96.5%Language:Makefile 3.5%