package incremental

  1. Overview
  2. Docs
Library for incremental computations

Install

Dune Dependency

Authors

Maintainers

Sources

incremental-v0.13.0.tar.gz
sha256=9aa54116ccfe92d6fd77c16963ce65e726faf9ac8c4c4c084168a5d0656c3d3a
md5=f2dfbc01ac1a5ddfd1e2d09523d49779

README.org.html

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/blob/master/src/incremental_intf.ml][incremental/src/incremental_intf.ml]].  You can also find an
informal introduction to the library in this [[https://blog.janestreet.com/introducing-incremental][blog post]].
OCaml

Innovation. Community. Security.