PrimitiveArray: Efficient multidimensional arrays
This library provides efficient multidimensional arrays.
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. Goals of the library are to have arrays according to three ideas: immutablemutable arrays, strictlazy arrays, zero-based/lower-bound arrays. Zero-based arrays save one addition on each access if the lower bound or the array is always zero.
We have forked two repa modules: Shape and Index.
Modules
[Index]
Downloads
- PrimitiveArray-0.4.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
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 |
---|---|
Dependencies | base (>=4 && <5), primitive (==0.5), vector (==0.10) [details] |
License | BSD-3-Clause |
Copyright | Christian Hoener zu Siederdissen, 2010-2012 |
Author | Christian Hoener zu Siederdissen |
Maintainer | choener@tbi.univie.ac.at |
Category | Data |
Home page | http://www.tbi.univie.ac.at/~choener/ |
Source repo | head: git clone git://github.com/choener/PrimitiveArray |
Uploaded | by ChristianHoener at 2012-11-07T18:22:07Z |
Distributions | |
Reverse Dependencies | 28 direct, 8 indirect [details] |
Downloads | 24960 total (98 in the last 30 days) |
Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |