libghc-pipes-prof

Compositional pipelines; profiling libraries
  http://hackage.haskell.org/package/pipes
  0
  no reviews



Pipes is a clean and powerful stream processing library that lets you build and connect reusable streaming components

advantages over traditional streaming libraries:
* concise api: use simple commands like for, (>->), await, and yield
* blazing fast: implementation tuned for speed
* lightweight dependency: pipes is small and compiles very rapidly,
including dependencies
* elegant semantics: use practical category theory
* listt: correct implementation of listt that interconverts with pipes
* bidirectionality: implement duplex channels
* extensive documentation: second to none!
this package provides a library for the haskell programming language, compiled for profiling. see http://www.haskell.org/ for more information on haskell.