Sciweavers

60 search results - page 1 / 12
» Runtime support for multicore Haskell
Sort
View
181
Voted
ICFP
2009
ACM
15 years 10 months ago
Runtime support for multicore Haskell
Purely functional programs should run well on parallel hardware because of the absence of side effects, but it has proved hard to realise this potential in practice. Plenty of pap...
Simon Marlow, Simon L. Peyton Jones, Satnam Singh
HASKELL
2009
ACM
15 years 4 months ago
Parallel performance tuning for Haskell
Parallel Haskell programming has entered the mainstream with support now included in GHC for multiple parallel programming models, along with multicore execution support in the ru...
Don Jones Jr., Simon Marlow, Satnam Singh
87
Voted
HASKELL
2007
ACM
15 years 1 months ago
Lightweight concurrency primitives for GHC
The Glasgow Haskell Compiler (GHC) has quite sophisticated support for concurrency in its runtime system, which is written in lowlevel C code. As GHC evolves, the runtime system b...
Peng Li, Simon Marlow, Simon L. Peyton Jones, Andr...
ICCS
2004
Springer
15 years 2 months ago
Towards a Generalised Runtime Environment for Parallel Haskells
Abstract. Implementations of parallel dialects (or: coordination languages) on a functional base (or: computation) language always have to extend complex runtime environments by th...
Jost Berthold
78
Voted
NETWORK
2007
98views more  NETWORK 2007»
14 years 9 months ago
Runtime Support for Multicore Packet Processing Systems
Tilman Wolf, Ning Weng