We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f3a39d commit a3e3fd7Copy full SHA for a3e3fd7
README.md
@@ -15,7 +15,9 @@
15
</div>
16
17
[**Kcas**](https://ocaml-multicore.github.io/kcas/doc/kcas/Kcas/index.html)
18
-provides a software transactional memory (STM) implementation based on an atomic
+provides a
19
+[software transactional memory](https://en.wikipedia.org/wiki/Software_transactional_memory)
20
+(STM) implementation based on an atomic
21
[lock-free](https://en.wikipedia.org/wiki/Non-blocking_algorithm#Lock-freedom)
22
multi-word [compare-and-set](https://en.wikipedia.org/wiki/Compare-and-swap)
23
(MCAS) algorithm
0 commit comments