@hackage / repa

High performance, regular, shape polymorphic parallel arrays.

Latest3.4.2.0

About

Metadata

  • Last updated , by vmchale
  • License BSD-3-Clause
  • Categories Data Structures
  • Maintained by: Ben Lippmeier <benl@ouroborus.net>

  • Lottery factor: 3

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    no-template-haskell (off by default)

    Disable Template Haskell

Readme

Repa provides high performance, regular, multi-dimensional, shape polymorphic parallel arrays. All numeric data is stored unboxed. Functions written with the Repa combinators are automatically parallel provided you supply +RTS -Nwhatever on the command line when running the program.