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, 0.1.2.4, 0.1.2.5 |
|---|---|
| Dependencies | base (≥3 & <5) |
| License | BSD3 |
| Author | Duncan Coutts, Don Stewart |
| Maintainer | none |
| Stability | experimental |
| Category | Data |
| Home page | http://www.cse.unsw.edu.au/~dons/streams.html |
| Source repository | darcs get http://hub.darcs.net/shelarcy/stream-fusion |
| Upload date | Fri Oct 5 17:20:59 UTC 2012 |
| Uploaded by | KidoTakahiro |
| Built on | ghc-7.6 |
Modules
- Control
- Monad
- Data
Downloads
- stream-fusion-0.1.2.4.tar.gz (Cabal source package)
- package description (included in the package)