stream-fusion-0.1.2.5: Faster Haskell lists using stream fusion

The stream-fusion package

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.

Properties

Versions0.1, 0.1.1, 0.1.2, 0.1.2.1, 0.1.2.2, 0.1.2.3, 0.1.2.4, 0.1.2.5
Dependenciesbase (≥3 & <5)
LicenseBSD3
AuthorDuncan Coutts, Don Stewart
Maintainerduncan.coutts@worc.ox.ac.uk, dons00@gmail.com
Stabilityexperimental
CategoryData
Home pagehttp://hackage.haskell.org/trac/ghc/ticket/915
Source repositorydarcs get http://code.haskell.org/~dons/code/stream-fusion
Upload dateSat Jan 12 22:04:58 UTC 2013
Uploaded byDonaldStewart
Built onghc-7.6

Modules

Downloads