caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] [ANN] Incremental 112.35.00
@ 2015-07-06 19:29 Yaron Minsky
  0 siblings, 0 replies; only message in thread
From: Yaron Minsky @ 2015-07-06 19:29 UTC (permalink / raw)
  To: ocaml-core, caml-list

I'm very pleased to announce the release of Incremental 112.35.00.

Incremental is a library for building self-adusting computations,
following the work of Acar et. al. [1]. Self adjusting computations
are designed so that they can be updated efficiently in response to
their inputs.  Incremental can be useful in a number of different
kinds 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.
- Designing online versions of existing combinatorial algorithms.

You can find detailed documentation of the library and how to use it
in incremental_intf.ml [2].  The full source is on github [3], and it
should show up in opam shortly as well.

[1]: http://www.umut-acar.org/self-adjusting-computation
[2]: https://github.com/janestreet/incremental/blob/master/src/incremental_intf.ml
[3]: https://github.com/janestreet/incremental/

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-07-06 19:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-06 19:29 [Caml-list] [ANN] Incremental 112.35.00 Yaron Minsky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).