-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sorting massiv arrays #48
Comments
@ocramz Not yet. It's definitely one of many things on my wish list for massiv. Not sure if it would be better to create a separate package I'll convert this ticket into a feature request. |
* Exported `withMArrayS` * Addition of `readM`, `writeM`, `modifyM` and `swapM` * Switch to pure exception throwing for `read'`, `write'`, `modify'` and `swap'` * Addition of `quicksort`, `quicksortM_`, `unstablePartitionRegionM` and `unsafeUnstablePartitionRegionM`: FIx #48
For now it is only quicksort that is implemented, but it is a start. See related benchmarks in helper repo: https://github.com/lehins/haskell-quicksort as well as related SO answer: https://stackoverflow.com/questions/19752983/is-it-possible-to-speed-up-a-quicksort-with-par-in-haskell/55885118#answer-55885118 |
Are there sorting algorithms implemented already for
massiv
? Thanks!The text was updated successfully, but these errors were encountered: