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

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
Change log CHANGELOG.md
Dependencies base (>=4.9 && <5), bytestring, data-default-class, deepseq, exceptions, primitive (<0.7.1.0), scheduler (>=1.4.0 && <2.0.0), unliftio-core, vector (<0.13) [details]
License BSD-3-Clause
Copyright 2018-2020 Alexey Kuleshevich
Author Alexey Kuleshevich
Maintainer alexey@kuleshevi.ch
Revised Revision 3 made by lehins at 2022-08-13T16:41:31Z
Category Data, Data Structures, Parallelism
Home page https://github.com/lehins/massiv
Source repo head: git clone https://github.com/lehins/massiv
Uploaded by lehins at 2020-02-16T00:21:03Z
Distributions LTSHaskell:1.0.4.0, NixOS:1.0.4.0, Stackage:1.0.4.0
Reverse Dependencies 12 direct, 1 indirect [details]
Downloads 30868 total (211 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 2020-02-16 [all 1 reports]

Readme for massiv-0.5.0.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.