Glasgow Parallel Haskell (GpH)



All Links

Share this:

Details of Glasgow Parallel Haskell (GpH)

About Glasgow Parallel Haskell (GpH)
Glasgow Parallel Haskell (GpH)- A Haskell extension for parallel programming built on top of the Glasgow Haskell compiler (GHC). Parallelism is identified using annotations (generally evaluation strategies), that are defined using only two extra primitives: par and seq.