biocaml/cfstream

Name: cfstream

Owner: Biocaml

Description: Stream operations in the style of Core's API.

Created: 2013-08-08 17:51:11.0

Updated: 2017-08-14 18:10:41.0

Pushed: 2017-10-31 15:07:31.0

Homepage: null

Size: 72

Language: OCaml

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

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


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.