package cfstream

  1. Overview
  2. Docs
Stream operations in the style of Core's API

Install

Dune Dependency

Authors

Maintainers

Sources

1.3.2.tar.gz
md5=a4bcc54b5eca668f77cf3c3b07c42226
sha512=3a2c659c85004911951d73421caa89d8812aacd8b92289f36b5e5979124384adf81f4893f8695b3fbaf7b02f8d73e2cde4b1b1d7e387f7364318c72b51ff6011

README.md.html

README.md

CFStream - Core-friendly extension of OCaml's Stream data structure

DESCRIPTION

Streams represent a sequence of data items, which can be operated on one at a time. Thus, it is possible to operate on a large sequence of items without loading them into memory.

This library extends the standard library's Stream module with several practical functions. CFStream stands for "Core-friendly Stream". The library is so named because the API follows the Core standard library's style, e.g. labeled arguments are used. It is also inspired by Batteries's Enum module.

The implementation is useful for beginners and simple scripts. Robust high-performance software should instead use Lwt or Async.

LICENSE

The CFStream library is distributed according to the LGPL + linking exception terms as defined in the LICENSE file included with the source code.

CONTACT

The library is managed under the Biocaml project, though it is in no way specific to Biology.
Website: http://biocaml.org
Mailing List: http://groups.google.com/group/biocaml