vector-algorithms

Efficient algorithms for vector arrays

https://github.com/erikd/vector-algorithms/

Version on this page:0.8.0.3
LTS Haskell 22.23:0.9.0.2
Stackage Nightly 2024-05-24:0.9.0.2
Latest on Hackage:0.9.0.2

See all snapshots vector-algorithms appears in

BSD-3-Clause licensed by Dan Doel
This version can be pinned in stack with:vector-algorithms-0.8.0.3@sha256:477ef5ac82fdd28a39536ed0a767faec3425802827abee485be31db5bc6f5e90,3488

Efficient algorithms for sorting vector arrays. At some stage other vector algorithms may be added.

Changes

Version 0.8.0.3 (2019-12-02)

  • Fix out-of-bounds access in Timsort.

Version 0.8.0.2 (2019-11-28)

  • Bump upper bounds on primitive and QuickCheck.
  • Expose ‘terminate’ function from ‘AmericanFlag’ module.
  • Fix an off-by-one error in Data.Vector.Algorithms.Heaps.heapInsert.