Some extra functionality for fixed-length vectors.

Koz Ross 499f34beb1 Today's the day il y a 5 ans
src c6717c61f7 Documentation fixes, add radix sort il y a 5 ans
.gitignore a1d53322ea Use cabal.project.local il y a 5 ans
.nvimrc e5e05c7638 Refactor partial sorts into their own modules, change partial sorting on immutable vectors to return unsplit copies, more documentation il y a 5 ans
CHANGELOG.md 499f34beb1 Today's the day il y a 5 ans
LICENSE 24de37b67b Relicense to BSD3 (just wrappers anyway) il y a 5 ans
README.md 710f9a89f1 Note the inclusion of sampling stuff in README il y a 5 ans
Setup.hs 2c99cafd43 Initial draft il y a 5 ans
TODO.md c6717c61f7 Documentation fixes, add radix sort il y a 5 ans
cabal.project 1b5fbb918b Argh simplifier il y a 5 ans
vector-sized-extra.cabal ae6f7b4ac4 Add sampling algos il y a 5 ans

README.md

vector-sized-extra

Contains some wrappers and extra functionality of use to those who use vector-sized. In particular:

  • Wraps multiple sorting functions from vector-algorithms
  • Provides versions of sorts that return a sorted copy, rather than sorting in-place
  • Provides an in-place, as well as copying, Fisher-Yates shuffle for fixed-length vectors
  • Implementations of Algorithm R and Chao's algorithm for random and random weighted sampling respectively

For more details, see the Haddock documentation.

License

This project is licensed under the 3-clause BSD license (SPDX code BSD-3-Clause). For the license text, please see the LICENSE file.