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.

AuthorsChristophe Raffalli <christophe@raffalli.eu and Rodolphe Lepigre <lepigre@mpi-sws.org>
LicenseMIT
Published
Homepagehttps://github.com/rlepigre/ocaml-timed
Issue Trackerhttps://github.com/rlepigre/ocaml-timed/issues
MaintainersChristophe Raffalli <christophe@raffalli.eu and Rodolphe Lepigre <lepigre@mpi-sws.org>
Dependencies
Source [http] https://github.com/rlepigre/ocaml-timed/archive/1.1.tar.gz
md5=06106626006450f41f0c4d4fcbcf95d0
sha512=b136d79e6ad1a50c811acadc0ae0be049f2dc0d6fc87d233400d602cdf8c6dab3af87557e8f8d740f6eba4b87b9d5b2fcc7e550d24e4ba8c03237573da5623d5
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/timed/timed.1.1/opam
Required by