The latest version of PrimitiveArray is 0.10.1.1-0.

PrimitiveArray

Version 0.8.0.0 revision 0 uploaded by ChristianHoener.

Package meta

Synopsis
Efficient multidimensional arrays
Description

generalized Algebraic Dynamic Programming

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

For generalized ADP 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.

Author
Christian Hoener zu Siederdissen, 2011-2016
Bug reports
https://github.com/choener/PrimitiveArray/issues
Category
Data
Copyright
Christian Hoener zu Siederdissen, 2011-2016
Homepage
https://github.com/choener/PrimitiveArray
Maintainer
choener@bioinf.uni-leipzig.de
Package URL
n/a
Stability
Experimental

Components