PrimitiveArray: Efficient multidimensional arrays
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Warnings:
- 'ghc-options: -O2' is rarely needed. Check that it is giving a real benefit and not just imposing longer compile times on your users.
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.
[Skip to Readme]
Properties
Versions | 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.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 && <1.1), base (>=4.7 && <5.0), binary (>=0.7 && <0.9), bits (>=0.4 && <0.6), cereal (>=0.4 && <0.6), cereal-vector (>=0.2 && <0.3), deepseq (>=1.3 && <1.5), DPutils (>=0.0.0 && <0.0.1), hashable (>=1.2 && <1.3), OrderedBits (>=0.0.1 && <0.0.2), primitive (>=0.5.4 && <0.7), QuickCheck (>=2.7 && <2.9), smallcheck (>=1.1 && <1.2), vector (>=0.10 && <0.12), 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-2016 |
Author | Christian Hoener zu Siederdissen, 2011-2016 |
Maintainer | choener@bioinf.uni-leipzig.de |
Category | Data |
Home page | https://github.com/choener/PrimitiveArray |
Bug tracker | https://github.com/choener/PrimitiveArray/issues |
Source repo | head: git clone git://github.com/choener/PrimitiveArray |
Uploaded | by ChristianHoener at 2016-09-01T13:37:12Z |
Modules
[Index]
Downloads
- PrimitiveArray-0.7.1.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees