oussmans / incremental

A library for incremental computations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A library for building self-adusting computations, following the work of 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 `incremental_intf.ml`. You can also find an informal introduction to the library in this blog post.

About

A library for incremental computations

License:Apache License 2.0


Languages

Language:OCaml 98.6%Language:Makefile 1.4%