@hackage short-vec0.1.0.0
Length-indexed vectors using SmallArray#
Categories
License
Apache-2.0
Maintainer
Andrew Pritchard <awpritchard@gmail.com>
Links
Versions
Installation
Dependencies (13)
- QuickCheck >=2.5 && <2.15
- adjunctions >=4.4 && <4.5
- base >=4.12 && <4.16
- data-default-class >=0.0 && <0.2
- deepseq >=1.1 && <1.5
- distributive >=0.1 && <0.7 Show all…
Dependents (4)
@hackage/batching, @hackage/finite-table, @hackage/dependent-literals-plugin, @hackage/short-vec-lens
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.