Movatterモバイル変換


[0]ホーム

URL:


packageincremental

  1. Overview
  2. Docs

You can search for identifiers within the package.

in-package search v0.2.0

Library for incremental computations

Install

Dune Dependency

Authors

Maintainers

Sources

v0.17.0.tar.gz
sha256=bcd6da0c70d9f0b0d528b16d8faf800dd92cd45dca817f4b750628921671e8e0

Description

Part of Jane Street's Core libraryThe Core suite of libraries is an industrial strength alternative toOCaml's standard library that was developed by Jane Street, thelargest industrial user of OCaml.

Published:26 May 2024

README

README.org

Incremental is a library that gives you a way of building complexcomputations that can update efficiently in response to their inputschanging, inspired by the work of [[http://www.umut-acar.org/self-adjusting-computation][Umut Acar et. al.]] on self-adjustingcomputations. 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.- Computing derived data while guaranteeing that the derived data  stays in sync with the source data, for instance filtering or  inversing a mapping.You can find detailed documentation of the library and how to useit in [[https://github.com/janestreet/incremental/blob/master/src/incremental_intf.ml][incremental/src/incremental_intf.ml]].  You can also find aninformal introduction to the library in this [[https://blog.janestreet.com/introducing-incremental][blog post]].

Dependencies (8)

  1. dune>= "3.11.0"
  2. uopt>= "v0.17" & < "v0.18"
  3. ppx_optcomp>= "v0.17" & < "v0.18"
  4. ppx_jane>= "v0.17" & < "v0.18"
  5. janestreet_lru_cache>= "v0.17" & < "v0.18"
  6. core_kernel>= "v0.17" & < "v0.18"
  7. core>= "v0.17" & < "v0.18"
  8. ocaml>= "5.1.0"

Dev Dependencies

None

Used by (6)

  1. incr_dom>= "v0.17.0"
  2. incr_dom_interactive>= "v0.17.0"
  3. incr_dom_sexp_form>= "v0.17.0"
  4. incr_map>= "v0.17.0"
  5. incr_select>= "v0.17.0"
  6. par_incr

Conflicts

None


[8]ページ先頭

©2009-2025 Movatter.jp