Sciweavers

3 search results - page 1 / 1
» A Tabulation Transformation Tactic Using Haskell Arrays
Sort
View
AGP
1995
IEEE
13 years 11 months ago
A Tabulation Transformation Tactic Using Haskell Arrays
Cristóbal Pareja, Ricardo Pena, J. Á...
PADL
2007
Springer
14 years 1 months ago
Rewriting Haskell Strings
Abstract The Haskell String type is notoriously inefficient. We introduce a new data type, ByteString, based on lazy lists of byte arrays, combining the speed benefits of strict a...
Duncan Coutts, Don Stewart, Roman Leshchinskiy
ICFP
2010
ACM
13 years 8 months ago
Regular, shape-polymorphic, parallel arrays in Haskell
We present a novel approach to regular, multi-dimensional arrays in Haskell. The main highlights of our approach are that it (1) is purely functional, (2) supports reuse through s...
Gabriele Keller, Manuel M. T. Chakravarty, Roman L...