rcu: STM-based Read-Copy-Update

[ bsd3, data, library, program ] [ Propose Tags ]

STM-based Read-Copy-Update


[Skip to Readme]

Flags

Manual Flags

NameDescriptionDefault
test-doctestsEnabled
test-hlintEnabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0, 0.1, 0.2, 0.2.1, 0.2.2, 0.2.3, 0.2.4, 0.2.5, 0.2.6, 0.2.7
Change log CHANGELOG.markdown
Dependencies base (>=4.8 && <5), stm (>=2.4.4 && <2.5), transformers (>=0.4 && <0.5) [details]
License BSD-3-Clause
Copyright Copyright (C) 2015 Edward A. Kmett
Author Edward A. Kmett
Maintainer Edward A. Kmett <ekmett@gmail.com>
Category Data
Home page http://github.com/ekmett/rcu/
Bug tracker http://github.com/ekmett/rcu/issues
Source repo head: git clone git://github.com/ekmett/rcu.git
Uploaded by EdwardKmett at 2015-09-08T07:27:21Z
Distributions LTSHaskell:0.2.7, NixOS:0.2.7, Stackage:0.2.7
Downloads 5024 total (34 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for rcu-0

[back to package description]

rcu

Build Status

This package is an exploration of read-copy-update in Haskell based loosely on the API in Relativistic Programming in Haskell by Cooper and Walpole, but converted to using STM in the spirit of Howard and Walpole.

Contact Information

Contributions and bug reports are welcome!

Please feel free to contact me through github or on the #haskell IRC channel on irc.freenode.net.

-Edward Kmett