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
| Versions | 0.1, 0.1.1, 0.1.2, 0.1.2.1, 0.1.2.2, 0.1.2.3 |
|---|---|
| Dependencies | base |
| License | BSD3 |
| Author | Duncan Coutts, Don Stewart |
| Maintainer | duncan.coutts@worc.ox.ac.uk, dons@galois.com |
| Stability | experimental |
| Category | Data |
| Home page | http://www.cse.unsw.edu.au/~dons/streams.html |
| Upload date | Sat Nov 8 18:07:24 UTC 2008 |
| Uploaded by | DonaldStewart |
| Build failure | ghc-6.10 (log), ghc-6.12 (log) |
Modules
- Control
- Monad
- Control.Monad.Stream
- Monad
- Data
- List
- Data.List.Stream
- Data.Stream
- List
Downloads
- stream-fusion-0.1.2.1.tar.gz (Cabal source package)
- package description (included in the package)