@inproceedings{90abbb264cf14fd1808f7fe42baf0f17,
title = "Implementing a high-level distributed-memory parallel Haskell in Haskell",
abstract = "We present the initial design, implementation and preliminary evaluation of a new distributed-memory parallel Haskell, HdpH. The language is a shallowly embedded parallel extension of Haskell that supports high-level semi-explicit parallelism, is scalable, and has the potential for fault tolerance. The HdpH implementation is designed for maintainability without compromising performance too severely. To provide maintainability the implementation is modular and layered and, crucially, coded in vanilla Concurrent Haskell. Initial performance results are promising for three simple data parallel or divide-and-conquer programs, e. g., an absolute speedup of 135 on 168 cores of a Beowulf cluster.",
keywords = "parallel functional programming, implementation",
author = "Patrick Maier and Trinder, {Philip William}",
year = "2012",
doi = "10.1007/978-3-642-34407-7_3",
language = "English",
isbn = "9783642344060",
series = "Lecture Notes in Computer Science",
publisher = "Springer",
pages = "35--50",
editor = "Gill, {Andy } and {Hage }, {Jurriaan }",
booktitle = "Implementation and Application of Functional Languages. IFL 2011",
note = "23rd International Symposium on the Implementation and Application of Functional Languages 2011, IFL 2011 ; Conference date: 03-10-2011 Through 05-10-2011",
}