package incremental

  1. Overview
  2. Docs
Library for incremental computations

Install

Dune Dependency

Authors

Maintainers

Sources

incremental-v0.11.0.tar.gz
md5=724fa0c99766bfd7c79bd3cec4952a09

Description

Part of Jane Street's Core library The Core suite of libraries is an industrial strength alternative to OCaml's standard library that was developed by Jane Street, the largest industrial user of OCaml.

Published: 22 Mar 2018

README

README.org

A library for building self-adjusting computations, following the work
of [[http://www.umut-acar.org/self-adjusting-computation][Umut Acar et. al.]]. Incremental gives you a way of building complex
computations that can update efficiently in response to their inputs.
Incremental can be useful in a number of applications, including:

- Building large calculations (of the kind you might build into a
  spreadsheet) that can react efficiently to changing data.
- Constructing views in GUI applications that can incorporate new data
  efficiently.
- Building online versions of existing combinatorial algorithms.

You can find detailed documentation in of the library and how to use
it in [[https://github.com/janestreet/incremental_kernel/blob/master/src/incremental_intf.ml][incremental_kernel/src/incremental_intf.ml]].  You can also find
an informal introduction to the library in this [[https://blog.janestreet.com/introducing-incremental][blog post]].

Dependencies (6)

  1. ocaml-migrate-parsetree >= "1.0" & < "2.0.0"
  2. jbuilder >= "1.0+beta18.1"
  3. ppx_jane >= "v0.11" & < "v0.12"
  4. incremental_kernel >= "v0.11" & < "v0.12"
  5. core >= "v0.11" & < "v0.12"
  6. ocaml >= "4.04.1"

Dev Dependencies

None

Used by

None

Conflicts (1)

  1. jbuilder = "1.0+beta19"