hackageDB :: [Package]

Built with Cabal

stream-fusion: Faster Haskell lists using stream fusion

This package provides the standard Haskell list library reimplemented to allow stream fusion. This should in general provide faster list operations, and faster code for list-heavy programs. See the paper Stream Fusion: From Lists to Streams to Nothing at All, Coutts, Leshchinskiy and Stewart, 2007. To use, simply import Data.List.Stream in place of Data.List, and hide list functions from the Prelude.

Versions0.1, 0.1.1
Dependenciesbase
LicenseBSD3
AuthorDuncan Coutts, Don Stewart
Maintainerduncan.coutts@worc.ox.ac.uk, dons@galois.com
Stabilityexperimental
CategoryData
Home pagehttp://www.cse.unsw.edu.au/~dons/streams.html
Exposed modulesData.Stream, Data.List.Stream, Control.Monad.Stream
Upload dateSat Nov 17 18:04:55 PST 2007
Uploaded byDonaldStewart
Built onghc-6.8

Downloads