dejafu/README.markdown
Michael Walker ee7580dfe7 Add an independency between writes and commits.
An unsynchronised write and a commit to the same CRef are independent if
the buffer is nonempty, because the commit will take from the front of
the buffer and the write will append to the end.

See [RMMVerification], lemma 5.25. It doesn't translate directly because
of the different models, but it's the same optimisation in spirit.
2016-04-01 17:57:15 +01:00

1.6 KiB

This repository contains dejafu, a concurrency testing library based on a typeclass abstraction of concurrency, and related libraries.

  • dejafu (hackage 0.2.0.0): Overloadable primitives for testable, potentially non-deterministic, concurrency.

  • async-dejafu (hackage 0.1.0.0): Run MonadConc operations asynchronously and wait for their results.

  • hunit-dejafu (hackage 0.2.0.0): Deja Fu support for the HUnit test framework.

  • tasty-dejafu (hackage 0.2.0.0): Deja Fu support for the Tasty test framework.

There is also dejafu-tests, the test suite for dejafu. This is in a separate package due to Cabal being bad with test suite transitive dependencies.

Bibliography

Each paper has a short name in parentheses, which I use in non-haddock comments. Haddock comments get the full citation. PDF links are provided where non-paywalled ones are available.