vector-quicksort
Version 0.2 revision 0 uploaded by SergeyVinokurov.
Package meta
- Synopsis
- Fast and flexible quicksort implementation for mutable vectors
- Description
Quicksort implementation developed with performance in mind. Has good default single-threaded sort and provides parallelised versions that are actually faster than the single-threaded version. Users can define new parallelisation methods.
Good starting point:
import Data.Vector.Algorithms.Quicksort qualified as Quick
Then call as
Quick.sort xs
- Author
- Sergey Vinokurov
- Bug reports
- n/a
- Category
- Algorithms
- Copyright
- (c) Sergey Vinokurov 2022
- Homepage
- https://github.com/sergv/vector-quicksort
- Maintainer
- Sergey Vinokurov <serg.foo@gmail.com>
- Package URL
- n/a
- Stability
- n/a