hw-packed-vector: Packed Vector

[ bsd3, data, library, program, vector ] [ Propose Tags ]

Packed Vector. Please see README.md


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.0.1, 0.0.0.2, 0.0.0.3, 0.1.0.0, 0.2.0.0, 0.2.0.1, 0.2.1.0, 0.2.1.1
Dependencies base (>=4 && <5), binary (>=0.8 && <0.9), bytestring (>=0.10.8.2 && <0.11), deepseq (>=1.4 && <1.5), generic-lens (>=1.1.0.0 && <1.3), hw-bits (>=0.7.0.6 && <0.8), hw-packed-vector, hw-prim (>=0.6.2.27 && <0.7), lens (>=4 && <5), optparse-applicative (>=0.14 && <0.16), semigroups (>=0.16 && <0.19), vector (>=0.12.0.3 && <0.13) [details]
License BSD-3-Clause
Copyright 2016-2019 John Ky
Author John Ky
Maintainer newhoggy@gmail.com
Category Data, Vector
Home page http://github.com/haskell-works/hw-packed-vector#readme
Bug tracker https://github.com/haskell-works/hw-packed-vector/issues
Source repo head: git clone https://github.com/haskell-works/hw-packed-vector
Uploaded by haskellworks at 2019-10-15T22:33:50Z
Distributions
Reverse Dependencies 2 direct, 1 indirect [details]
Executables hw-packed-vector
Downloads 3688 total (27 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-10-15 [all 1 reports]

Readme for hw-packed-vector-0.2.0.1

[back to package description]

hw-packed-vector

CircleCI

A vector that stores words of equal size between 1 to 64 inclusive in memory contiguously with efficient lookup.