Skip to content

Commit a3e3fd7

Browse files
committed
Link to software transactional memory
1 parent 5f3a39d commit a3e3fd7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515
</div>
1616

1717
[**Kcas**](https://ocaml-multicore.github.io/kcas/doc/kcas/Kcas/index.html)
18-
provides a software transactional memory (STM) implementation based on an atomic
18+
provides a
19+
[software transactional memory](https://en.wikipedia.org/wiki/Software_transactional_memory)
20+
(STM) implementation based on an atomic
1921
[lock-free](https://en.wikipedia.org/wiki/Non-blocking_algorithm#Lock-freedom)
2022
multi-word [compare-and-set](https://en.wikipedia.org/wiki/Compare-and-swap)
2123
(MCAS) algorithm

0 commit comments

Comments
 (0)