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.
[Skip to Readme]
Downloads
- stream-fusion-0.1.1.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 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 (<4.4) [details] |
Tested with | ghc ==6.8 |
License | BSD-3-Clause |
Author | Duncan Coutts, Don Stewart |
Maintainer | duncan.coutts@worc.ox.ac.uk, dons@galois.com |
Revised | Revision 1 made by HerbertValerioRiedel at 2017-06-10T08:09:23Z |
Category | Data |
Home page | http://www.cse.unsw.edu.au/~dons/streams.html |
Uploaded | by DonaldStewart at 2007-11-18T02:04:55Z |
Distributions | |
Reverse Dependencies | 7 direct, 2012 indirect [details] |
Downloads | 9002 total (33 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |