vector-algorithms

Efficient algorithms for vector arrays

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

Version on this page:0.8.0.1@rev:1
LTS Haskell 23.21:0.9.1.0
Stackage Nightly 2025-05-09:0.9.1.0
Latest on Hackage:0.9.1.0

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.1@sha256:7fa362f64358cc6e9ffd19e925f03a9048c308f00a4b18d8fb1edef5e52f55a2,3616

Module documentation for 0.8.0.1

  • Data
    • Data.Vector
      • Data.Vector.Algorithms
        • Data.Vector.Algorithms.AmericanFlag
        • Data.Vector.Algorithms.Heap
        • Data.Vector.Algorithms.Insertion
        • Data.Vector.Algorithms.Intro
        • Data.Vector.Algorithms.Merge
        • Data.Vector.Algorithms.Optimal
        • Data.Vector.Algorithms.Radix
        • Data.Vector.Algorithms.Search
        • Data.Vector.Algorithms.Tim

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