persistent-refs: Haskell references backed by an IntMap for persistence and reversibility.

[ bsd3, data, library ] [ Propose Tags ]

This library provides support for a persistent version of the Control.Monad.ST.ST monad. Internally, references are backed by a Data.IntMap.IntMap, rather than being mutable variables on the heap. This decreases performance, but can be useful in certain settings, particularly those involving backtracking.

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.2, 0.3, 0.4
Dependencies base (>=4.0 && <5), containers (>=0.4), mtl (>=2.1), ref-fd (>=0.3.0.4), transformers (>=0.3) [details]
License BSD-3-Clause
Author Adam C. Foltzer
Maintainer acfoltzer@gmail.com
Category Data
Home page https://github.com/acfoltzer/persistent-refs
Bug tracker https://github.com/acfoltzer/persistent-refs/issues
Source repo head: git clone git://github.com/acfoltzer/persistent-refs.git
Uploaded by AdamFoltzer at 2015-04-14T21:04:18Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 3635 total (15 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-04-14 [all 1 reports]