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), bytestring (>=0.10.8.2 && <0.11), deepseq (>=1.4 && <1.5), hw-bits (>=0.7.0.6 && <0.8), hw-prim (>=0.6.2.25 && <0.7), 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-06-11T12:22:08Z
Distributions
Reverse Dependencies 2 direct, 1 indirect [details]
Downloads 3677 total (24 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-06-11 [all 1 reports]

Readme for hw-packed-vector-0.0.0.2

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