The latest version of stream-fusion is 0.1.2.5-1.
stream-fusion
Version 0.1.2 revision 0 uploaded by DonaldStewart.
Package meta
- Synopsis
- Faster Haskell lists using stream fusion
- Description
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.
- Author
- Duncan Coutts, Don Stewart
- Bug reports
- n/a
- Category
- Data
- Copyright
- n/a
- Homepage
- http://www.cse.unsw.edu.au/~dons/streams.html
- Maintainer
- duncan.coutts@worc.ox.ac.uk, dons@galois.com
- Package URL
- n/a
- Stability
- experimental