hw-packed-vector: Packed Vector

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

Packed Vector. Please see README.md


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

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.11 && <5), binary (>=0.8 && <0.9), bytestring (>=0.10.8.2 && <0.12), deepseq (>=1.4 && <1.5), generic-lens (>=1.1.0.0 && <2.3), hw-bits (>=0.7.0.6 && <0.8), hw-packed-vector, hw-prim (>=0.6.2.27 && <0.7), lens (>=4 && <6), optparse-applicative (>=0.14 && <0.17), vector (>=0.12.0.3 && <0.13) [details]
License BSD-3-Clause
Copyright 2016-2020 John Ky
Author John Ky
Maintainer newhoggy@gmail.com
Revised Revision 6 made by newhoggy at 2021-09-18T07:01:19Z
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 2020-04-14T05:07:17Z
Distributions
Reverse Dependencies 2 direct, 1 indirect [details]
Executables hw-packed-vector
Downloads 3661 total (23 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-04-14 [all 1 reports]

Readme for hw-packed-vector-0.2.1.0

[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.