Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tkvogt/accelerate-quicksort

Parallel quicksort with scan primitives
https://github.com/tkvogt/accelerate-quicksort

Last synced: 7 days ago
JSON representation

Parallel quicksort with scan primitives

Awesome Lists containing this project

README

        

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