PrimitiveArray: Efficient multidimensional arrays

[ bsd3, data, library ] [ Propose Tags ]

This library provides efficient multidimensional arrays. Import Data.PrimitiveArray for indices, lenses, and arrays.

For ADPfusion users, the library also provides the machinary to fill tables in the correct order required by usual CYK-style parsers, or regular grammars (used e.g. in alignment algorithms). This means that unless your grammar require a strange order in which parsing is to be performed, it will mostly "just work".

In general all operations are (highly) unsafe, no bounds-checking or other sanity-checking is performed. Operations are aimed toward efficiency as much as possible.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.0.2.1, 0.0.2.2, 0.0.3.0, 0.0.3.1, 0.0.4.0, 0.1.1.2, 0.2.0.0, 0.2.1.0, 0.2.1.1, 0.2.2.0, 0.3.0.0, 0.4.0.0, 0.4.0.1, 0.5.0.0, 0.5.2.0, 0.5.3.0, 0.5.4.0, 0.6.0.0, 0.6.1.0, 0.7.0.0, 0.7.0.1, 0.7.1.0, 0.8.0.0, 0.8.0.1, 0.9.0.0, 0.9.1.0, 0.9.1.1, 0.10.0.0, 0.10.1.0, 0.10.1.1
Change log changelog.md
Dependencies aeson (>=0.8 && <0.9), base (>=4.7 && <4.9), binary (>=0.7 && <0.8), bits (>=0.4 && <0.5), cereal (>=0.4 && <0.5), deepseq (>=1.3 && <1.5), OrderedBits (>=0.0.0 && <0.0.1), primitive (>=0.5.4 && <0.7), QuickCheck (>=2.7 && <2.9), vector (>=0.10 && <0.11), vector-binary-instances (>=0.2 && <0.3), vector-th-unbox (>=0.2 && <0.3) [details]
License BSD-3-Clause
Copyright Christian Hoener zu Siederdissen, 2011-2015
Author Christian Hoener zu Siederdissen, 2011-2015
Maintainer choener@bioinf.uni-leipzig.de
Category Data
Home page http://www.bioinf.uni-leipzig.de/Software/gADP/
Source repo head: git clone git://github.com/choener/PrimitiveArray
Uploaded by ChristianHoener at 2015-05-07T13:32:18Z
Distributions
Reverse Dependencies 28 direct, 8 indirect [details]
Downloads 24394 total (69 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-05-07 [all 1 reports]

Readme for PrimitiveArray-0.6.0.0

[back to package description]

PrimitiveArray

Build Status

PrimitiveArray provides operations on multi-dimensional arrays. Internally, the representation is based on the vector library, while the multi-dimensional indexing follows repa.

Primitive arrays are designed to be used together with ADPfusion.

Contact

Christian Hoener zu Siederdissen choener@bioinf.uni-leipzig.de http://www.bioinf.uni-leipzig.de/~choener/