Jane Street: Incremental

handfuloflight1 pts0 comments

GitHub - janestreet/incremental: A library for incremental computations · GitHub

/" data-turbo-transient="true" />

Skip to content

Search or jump to...

Search code, repositories, users, issues, pull requests...

-->

Search

Clear

Search syntax tips

Provide feedback

--><br>We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Cancel

Submit feedback

Saved searches

Use saved searches to filter your results more quickly

-->

Name

Query

To see all available qualifiers, see our documentation.

Cancel

Create saved search

Sign in

/;ref_cta:Sign up;ref_loc:header logged out"}"<br>Sign up

Appearance settings

Resetting focus

You signed in with another tab or window. Reload to refresh your session.<br>You signed out in another tab or window. Reload to refresh your session.<br>You switched accounts on another tab or window. Reload to refresh your session.

Dismiss alert

{{ message }}

Uh oh!

There was an error while loading. Please reload this page.

janestreet

incremental

Public

Notifications<br>You must be signed in to change notification settings

Fork<br>69

Star<br>1k

master

BranchesTags

Go to file

CodeOpen more actions menu

Folders and files<br>NameNameLast commit message<br>Last commit date<br>Latest commit

History<br>174 Commits<br>174 Commits

doc

doc

memoize

memoize

skeleton

skeleton

src-debug

src-debug

src

src

step_function

step_function

test-debug

test-debug

test

test

.gitignore

.gitignore

.ocamlformat

.ocamlformat

CHANGES.md

CHANGES.md

CONTRIBUTING.md

CONTRIBUTING.md

LICENSE.md

LICENSE.md

Makefile

Makefile

README.org

README.org

dune

dune

dune-project

dune-project

incremental.opam

incremental.opam

View all files

Repository files navigation

Incremental is a library that gives you a way of building complex<br>computations that can update efficiently in response to their inputs<br>changing, inspired by the work of Umut Acar et. al. on self-adjusting<br>computations. Incremental can be useful in a number of applications,<br>including:

Building large calculations (of the kind you might build into a<br>spreadsheet) that can react efficiently to changing data.

Constructing views in GUI applications that can incorporate new data<br>efficiently.

Computing derived data while guaranteeing that the derived data<br>stays in sync with the source data, for instance filtering or<br>inversing a mapping.

You can find detailed documentation of the library and how to use<br>it in incremental/src/incremental_intf.ml. You can also find an<br>informal introduction to the library in this blog post<br>and this video.

About

A library for incremental computations

Resources

Readme

License

MIT license

Contributing

Contributing

Uh oh!

There was an error while loading. Please reload this page.

Activity

Custom properties

Stars

1k<br>stars

Watchers

31<br>watching

Forks

69<br>forks

Report repository

Releases

18<br>tags

Packages

Uh oh!

There was an error while loading. Please reload this page.

Uh oh!

There was an error while loading. Please reload this page.

Contributors

Uh oh!

There was an error while loading. Please reload this page.

Languages

OCaml<br>99.9%

Other<br>0.1%

You can’t perform that action at this time.

incremental reload data while library search

Related Articles