short-vec: Length-indexed vectors using SmallArray#

[ apache, data, library ] [ Propose Tags ]

This provides performant length-indexed vectors with a suite of rewrite rules implementing fusion of intermediate structures, so that expressions involving many operations can usually be compiled to a single pass of computing and writing each index of the final Vec.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1
Change log CHANGELOG.md
Dependencies adjunctions (>=4.4 && <4.5), base (>=4.12 && <4.19), data-default-class (>=0.0 && <0.2), deepseq (>=1.1 && <1.5), distributive (>=0.1 && <0.7), fin-int (>=0.1 && <0.3), indexed-traversable (>=0.1 && <0.2), integer-gmp (>=0.5 && <1.2), portray (>=0.1 && <0.4), portray-diff (>=0.1 && <0.2), QuickCheck (>=2.5 && <2.15), semigroupoids (>=1.0 && <6.1), sint (>=0.1 && <0.3) [details]
License Apache-2.0
Copyright 2018-2021 Google LLC; 2022-2023 Andrew Pritchard
Author Lennart Augustsson <lennart@augustsson.net>, Wren Romano <wrengr@google.com>, Andrew Pritchard <awpritchard@gmail.com>
Maintainer Andrew Pritchard <awpritchard@gmail.com>
Category Data
Home page https://github.com/awpr/fin-vec#readme
Bug tracker https://github.com/awpr/fin-vec/issues
Source repo head: git clone https://github.com/awpr/fin-vec(short-vec)
Uploaded by AndrewPritchard at 2023-03-13T00:54:59Z
Distributions
Reverse Dependencies 3 direct, 0 indirect [details]
Downloads 276 total (8 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2023-03-13 [all 1 reports]

Readme for short-vec-0.1.0.1

[back to package description]

short-vec

Provides a length-indexed vector type built on SmallArray#.