Some extra functionality for fixed-length vectors.

Koz Ross 7053f73f23 Lots of fixes, new functionality, documentation 6 rokov pred
src 7053f73f23 Lots of fixes, new functionality, documentation 6 rokov pred
.gitignore a1d53322ea Use cabal.project.local 6 rokov pred
.nvimrc e5e05c7638 Refactor partial sorts into their own modules, change partial sorting on immutable vectors to return unsplit copies, more documentation 6 rokov pred
CHANGELOG.md 7053f73f23 Lots of fixes, new functionality, documentation 6 rokov pred
LICENSE 24de37b67b Relicense to BSD3 (just wrappers anyway) 6 rokov pred
README.md 710f9a89f1 Note the inclusion of sampling stuff in README 6 rokov pred
Setup.hs 2c99cafd43 Initial draft 6 rokov pred
TODO.md 7053f73f23 Lots of fixes, new functionality, documentation 6 rokov pred
cabal.project 1b5fbb918b Argh simplifier 6 rokov pred
vector-sized-extra.cabal 7053f73f23 Lots of fixes, new functionality, documentation 6 rokov pred

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.