haskell-repa / repa

High performance, regular, shape polymorphic parallel arrays.
repa.ouroborus.net
135 stars 36 forks source link

repa

Build Status

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.