The latest version of streamly is 0.10.1-3.

streamly

Version 0.9.0 revision 0 uploaded by adithyaov.

Package meta

Synopsis
Streaming, dataflow programming and declarative concurrency
Description

Streamly comprises two packages, the streamly-core package provides functionality that depends only on boot libraries, and the streamly package provides additional functionality like concurrency, time, lifted exceptions, and networking. For unified documentation visit the streamly website.

Streamly provides unified, modular building blocks to build high-performance, concurrent, scalable applications in Haskell. Stream fusion optimizations in streamly enable exceptional modularity with high performance comparable to C. Streamly complements the Haskell base package, supplying the missing functionality to quickly build general-purpose applications in Haskell. For high-level functionality built over streamly like streaming system processes, shell programming, GNU coreutils, statistics, and compression libraries please see the streamly ecosystem packages.

Performance with modularity:

  • Performance on par with C (Benchmarks)

  • API close to standard Haskell lists (Examples)

  • Declarative concurrency with automatic scaling

  • Filesystem, fsnotify, network, and Unicode support included

  • More functionality is provided via many (ecosystem packages)

Unified and powerful abstractions:

  • Unifies streams, arrays, folds, and parsers

  • Unifies Data.List, list-t, and logict with streaming

  • Unifies concurrency with standard streaming abstractions

  • Unifies reactive, time-domain programming with streaming

  • Interworks with other streaming libraries

Author
Composewell Technologies
Bug reports
https://github.com/composewell/streamly/issues
Category
Streamly, Concurrency, Streaming, Dataflow, Pipes, Reactivity, List, Logic, Non-determinism, Parsing, Array, Time, Unicode, Filesystem, Network
Copyright
2017 Composewell Technologies
Homepage
https://streamly.composewell.com
Maintainer
streamly@composewell.com
Package URL
n/a
Stability
Stable

Components