stream-fusion: Faster Haskell lists using stream fusion

[ bsd3, data, library ] [ Propose Tags ]

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.

Downloads

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

Package maintainers

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 (>=3 && <4.8) [details]
License BSD-3-Clause
Author Duncan Coutts, Don Stewart
Maintainer none
Revised Revision 1 made by HerbertValerioRiedel at 2017-06-10T08:09:28Z
Category Data
Home page http://www.cse.unsw.edu.au/~dons/streams.html
Source repo head: darcs get http://hub.darcs.net/shelarcy/stream-fusion
Uploaded by KidoTakahiro at 2012-10-05T17:20:59Z
Distributions
Reverse Dependencies 7 direct, 1985 indirect [details]
Downloads 8873 total (21 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]