package kcas
Software transactional memory based on lock-free multi-word compare-and-set
Install
dune-project
Dependency
Authors
Maintainers
Sources
kcas-0.3.1.tbz
sha256=34cce66c950d01cfbf21aa94f1b2421e8c02ef9a546082dc955237bef840819e
sha512=2c4bc08825907b44ea124f2024b560a5f32b8dde6d3e080d2a6cf993e4d065f54cc8b3163e96303b27d14d9f026147a8ff892753aabcf80737396bbbbe668f2d
doc/CHANGES.html
Release notes
All notable changes to this project will be documented in this file.
0.3.1
- Added doubly-linked list
Dllisttokcas_data(@polytypic) - Minor optimizations (@polytypic)
0.3.0
- Remove the
TxAPI (@polytypic) - Add blocking support to turn kcas into a proper STM (@polytypic, review: @lyrm)
- Add periodic validation of transactions (@polytypic)
0.2.4
- Introduce
kcas_datacompanion package of composable lock-free data structures (@polytypic) - Add
is_in_logoperation to determine whether a location has been accessed by a transaction (@polytypic) - Add
Loc.modify(@polytypic) - Add transactional
swapoperation to exchange contents of two locations (@polytypic) - Injectivity
!'a Loc.tand variance+'a Tx.tannotations (@polytypic)
0.2.3
- Add support for post commit actions to transactions (@polytypic)
- Bring
XtandTxaccess combinators to parity and addcompare_and_swap(@polytypic)
0.2.2
- New explicit transaction log passing API based on idea by @gasche (@polytypic, review: @samoht and @lyrm)
0.2.1
- New k-CAS-n-CMP algorithm extending the GKMZ algorithm (@polytypic, review: @bartoszmodelski)
0.2.0
- Complete redesign adding a new transaction API (@polytypic, review: @bartoszmodelski)
0.1.8
- Fix a bug in GKMZ implementation (@polytypic, review: @bartoszmodelski)
0.1.7
- Change to use the new GKMZ algorithm (@polytypic, review: @bartoszmodelski)
0.1.6
- Add preflights sorting and checks (@bartoszmodelski, review: @polytypic)
0.1.5
- Republish in opam (update opam, dune) (@tmcgilchrist, review: @Sudha247)