The latest version of primitive-sort is 0.1.2.4-0.

primitive-sort

Version 0.1.2.0 revision 0 uploaded by andrewthad.

Package meta

Synopsis
Sort primitive arrays
Description

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.

Author
Andrew Martin
Bug reports
n/a
Category
software
Copyright
2018 Andrew Martin
Homepage
https://github.com/andrewthad/primitive-sort
Maintainer
andrew.thaddeus@gmail.com
Package URL
n/a
Stability
n/a

Components