Sciweavers

3 search results - page 1 / 1
» A Tabulation Transformation Tactic Using Haskell Arrays
Sort
View
63
Voted
AGP
1995
IEEE
15 years 1 months ago
A Tabulation Transformation Tactic Using Haskell Arrays
Cristóbal Pareja, Ricardo Pena, J. Á...
PADL
2007
Springer
15 years 4 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
14 years 11 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...