primitive-sort: Sort primitive arrays
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Warnings:
- 'ghc-options: -O2' is rarely needed. Check that it is giving a real benefit and not just imposing longer compile times on your users.
This library provides a stable sorting algorithm for primitive arrays. The algorithm currently uses mergesort on large chunks and switches to insertion sort on small chunks. There are also novel improvements to increase the performance if the input array is already mostly sorted.
[Skip to Readme]
Properties
Versions | 0.1.0.0, 0.1.1.0, 0.1.2.0, 0.1.2.1, 0.1.2.2, 0.1.2.3, 0.1.2.3, 0.1.2.4 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=0.4.16 && <5), contiguous (>=0.6 && <0.7), primitive (>=0.6.4 && <0.10) [details] |
License | BSD-3-Clause |
Copyright | 2018 Andrew Martin |
Author | Andrew Martin |
Maintainer | amartin@layer3com.com |
Category | software |
Home page | https://github.com/byteverse/primitive-sort |
Bug tracker | https://github.com/byteverse/primitive-sort/issues |
Source repo | head: git clone git://github.com/byteverse/primitive-sort.git |
Uploaded | by l3c_amartin at 2024-02-06T17:11:50Z |
Modules
[Index] [Quick Jump]
- Data
- Primitive
Downloads
- primitive-sort-0.1.2.3.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees