primitive-sort: Sort primitive arrays
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. The are also novel improvements to increase the performance if the input array is already mostly sorted.
[Skip to Readme]
Downloads
- primitive-sort-0.1.2.0.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 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.4 |
---|---|
Dependencies | base (>=0.4.9 && <5), contiguous (>=0.6 && <0.7), ghc-prim, primitive (>=0.6.4 && <0.10) [details] |
License | BSD-3-Clause |
Copyright | 2018 Andrew Martin |
Author | Andrew Martin |
Maintainer | andrew.thaddeus@gmail.com |
Revised | Revision 1 made by andrewthad at 2023-07-27T13:41:26Z |
Category | software |
Home page | https://github.com/andrewthad/primitive-sort |
Source repo | head: git clone https://github.com/andrewthad/primitive-sort |
Uploaded | by andrewthad at 2022-12-07T16:46:25Z |
Distributions | |
Reverse Dependencies | 1 direct, 3 indirect [details] |
Downloads | 1453 total (1 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2022-12-07 [all 1 reports] |