timedversion
Timed references for imperative state
Timed references for imperative state. This module provides an alternative type for references (or mutable cells) supporting undo/redo operations. In particular, an abstract notion of time is used to capture the state of the references at any given point, so that it can be restored. Note that usual reference operations only have a constant time / memory overhead (compared to those of the standard library).
Moreover, we provide an alternative implementation based on the references of the standard library (Pervasives module). However, it is less efficient than the first one.
Authors:
- Christophe Raffalli christophe@raffalli.eu
- Rodolphe Lepigre rodolphe.lepigre@inria.fr
Authors | Christophe Raffalli <christophe@raffalli.eu> and Rodolphe Lepigre <rodolphe.lepigre@inria.fr> |
---|---|
License | MIT |
Published | |
Homepage | https://github.com/rlepigre/ocaml-timed |
Issue Tracker | https://github.com/rlepigre/ocaml-timed/issues |
Maintainer | Rodolphe Lepigre <rodolphe.lepigre@inria.fr> |
Dependencies | |
Source [http] | https://github.com/rlepigre/ocaml-timed/archive/ocaml-timed_1.0.tar.gz sha256=71a59d1face032cc9e611d26122258d09c86b06680a292f913dfbaac2b8dcff3 md5=e88e81c4453283fd806d0511171a6a13 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/timed/timed.1.0/opam |