Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tkvogt/accelerate-quicksort
- Owner: tkvogt
- Created: 2013-01-08T14:21:34.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-16T08:32:36.000Z (about 12 years ago)
- Last Synced: 2023-04-05T15:51:35.229Z (almost 2 years ago)
- Language: Haskell
- Homepage:
- Size: 105 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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.hsTo Do
-----------------
- speed test