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

primitive-sort

Version 0.1.2.1 revision 0 uploaded by l3c_amartin.

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. There are also novel improvements to increase the performance if the input array is already mostly sorted.

Author
Andrew Martin
Bug reports
https://github.com/byteverse/primitive-sort/issues
Category
software
Copyright
2018 Andrew Martin
Homepage
https://github.com/byteverse/primitive-sort
Maintainer
amartin@layer3com.com
Package URL
n/a
Stability
n/a

Components