Commit 3a657f8
committed
[new release] kcas_data and kcas (0.2.4)
CHANGES:
All notable changes to this project will be documented in this file.
## 0.2.4
* Introduce `kcas_data` companion package of composable lock-free data structures (@polytypic)
* Add `is_in_log` operation to determine whether a location has been accessed by a transaction (@polytypic)
* Add `Loc.modify` (@polytypic)
* Add transactional `swap` operation to exchange contents of two locations (@polytypic)
* Injectivity `!'a Loc.t` and variance `+'a Tx.t` annotations (@polytypic)
## 0.2.3
* Add support for post commit actions to transactions (@polytypic)
* Bring `Xt` and `Tx` access combinators to parity and add `compare_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)1 parent 8940c2e commit 3a657f8
2 files changed
+74
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
0 commit comments