tkvogt/accelerate-quicksort
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This is a parallel implementation of Quicksort with scan primitives according to the paper "Scans as Primitive Parallel Operations" by Blelloch. Instructions to test this code: ------------------------------- cabal install accelerate ghci Quicksort.hs To Do ----------------- - speed test