massiv: Massiv (Массив) is an Array Library.

[ array, bsd3, data, data-structures, library, parallelism ] [ Propose Tags ]

Multi-dimensional Arrays with fusion, stencils and parallel computation.


[Skip to Readme]

Flags

Manual Flags

NameDescriptionDefault
unsafe-checks

Enable all the bounds checks for unsafe functions at the cost of significant performance penalty

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.1.0, 0.1.2.0, 0.1.3.0, 0.1.4.0, 0.1.5.0, 0.1.6.0, 0.1.6.1, 0.2.0.0, 0.2.1.0, 0.2.2.0, 0.2.3.0, 0.2.4.0, 0.2.4.1, 0.2.5.0, 0.2.6.0, 0.2.7.0, 0.2.8.0, 0.2.8.1, 0.3.0.0, 0.3.0.1, 0.3.1.0, 0.3.2.0, 0.3.2.1, 0.3.3.0, 0.3.4.0, 0.3.5.0, 0.3.6.0, 0.4.0.0, 0.4.1.0, 0.4.2.0, 0.4.3.0, 0.4.4.0, 0.4.5.0, 0.5.0.0, 0.5.1.0, 0.5.2.0, 0.5.3.0, 0.5.3.1, 0.5.3.2, 0.5.4.0, 0.5.5.0, 0.5.6.0, 0.5.7.0, 0.5.8.0, 0.5.9.0, 0.6.0.0, 0.6.1.0, 1.0.0.0, 1.0.1.0, 1.0.1.1, 1.0.2.0, 1.0.3.0, 1.0.4.0
Dependencies base (>=4.8 && <5), bytestring, data-default-class, deepseq, ghc-prim, primitive, semigroups, unsupported-ghc-version (<0), vector [details]
License BSD-3-Clause
Copyright 2018 Alexey Kuleshevich
Author Alexey Kuleshevich
Maintainer alexey@kuleshevi.ch
Category Data, Data Structures
Home page https://github.com/lehins/massiv
Source repo head: git clone https://github.com/lehins/massiv
Uploaded by lehins at 2018-09-12T00:56:00Z
Distributions LTSHaskell:1.0.4.0, Stackage:1.0.4.0
Reverse Dependencies 12 direct, 1 indirect [details]
Downloads 30784 total (180 in the last 30 days)
Rating 2.5 (votes: 6) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-09-12 [all 1 reports]

Readme for massiv-0.2.1.0

[back to package description]

massiv

Efficient Haskell Arrays featuring Parallel computation

There is a decent introduction to the library with some examples in the main README on github.

See massiv-io for ability to read/write images.