current_incrversion
Self-adjusting computations
This is a small, self-contained library for self-adjusting (incremental) computations. It was written for OCurrent, but can be used separately too.
It is similar to Jane Street's incremental library, but much smaller and has no external dependencies.
It is also similar to the react library, but the results do not depend on the behaviour of the garbage collector. In particular, functions stop being called as soon as they are no longer needed.
Author | talex5@gmail.com |
---|---|
License | Apache-2.0 |
Published | |
Homepage | https://github.com/ocurrent/current_incr |
Issue Tracker | https://github.com/ocurrent/current_incr/issues |
Maintainer | talex5@gmail.com |
Dependencies | |
Source [http] | https://github.com/ocurrent/current_incr/releases/download/0.6.0/current_incr-0.6.0.tbz sha256=bf762d7fd3df75a85d12858ae58f0a02e7ef0c9106d46cf40559bb23e97aa62e sha512=deab1d7b6e599ae8827c5b869eadf5bac7ed8e9b8301d0d2395ed921d31ae14c1a50b391cba94ad1b39444cef00731fd6563e974ec98380c15e86e4aebcee7a7 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/current_incr/current_incr.0.6.0/opam |
Required by
- current>=0.6 & <0.6.4