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]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

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 && <4.12), data-default-class, deepseq, ghc-prim, primitive, semigroups, vector [details]
License BSD-3-Clause
Copyright 2018 Alexey Kuleshevich
Author Alexey Kuleshevich
Maintainer alexey@kuleshevi.ch
Revised Revision 1 made by HerbertValerioRiedel at 2019-04-26T07:46:47Z
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-04-13T13:51:34Z
Distributions LTSHaskell:1.0.4.0, NixOS:1.0.4.0, Stackage:1.0.4.0
Reverse Dependencies 12 direct, 1 indirect [details]
Downloads 30878 total (165 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-04-13 [all 1 reports]

Readme for massiv-0.1.6.1

[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.