Selected Tags

Click on a tag to remove it

More Tags

Click on a tag to add it and filter down

Vector packages

Showing projects tagged as Data and Vector

  • vector

    9.8 7.9 Haskell
    An efficient implementation of Int-indexed arrays (both mutable and immutable), with a powerful loop optimisation framework .
  • vector-sized

    8.6 4.6 Haskell
    Size tagged vectors
  • vector-instances

    7.4 3.2 Haskell
    Additional Instances for Data.Vector
  • vector-binary-instances

    7.4 0.0 Haskell
    Instances for the Haskell Binary class, for the types defined in the popular vector package.
  • sparse

    7.3 0.0 Haskell
    sparse matrices in Morton order
  • hybrid-vectors

    7.0 4.0 Haskell
    Hybrid vectors e.g. mixed boxed/unboxed vectors that are suitable for use with vector-algorithms
  • vector-heterogenous

    6.0 0.0 Haskell
    Arbitrary size tuples in Haskell
  • vector-bytestring

    6.0 0.0 Haskell
    ByteStrings as type synonyms of Vectors
  • vector-circular

    5.5 0.0 Haskell
    cycling vectors with O(1) rotation and O(1), total access
  • vector-functorlazy

    5.4 0.0 Haskell
    vectors supporting lazy fmap application; asymptotically faster in some cases
  • vector-rotcev

    5.0 0.0 Haskell
    A wrapper for an arbitrary Vector with O(1) reverse
  • vector-clock

    4.9 0.0 Haskell
    Vector clocks for versioning message flows
  • hw-packed-vector

    4.4 0.0 Haskell
    Packed Vector
  • vector-text

    3.6 0.0 Haskell
    Text implementation based on unboxed char vector.
  • vector-conduit

    1.6 0.0 Haskell
    Conduit implementations for vectors
  • vector-th-unbox

    0.6 0.0 Haskell
    Deriver for unboxed vectors using Template Haskell