Skip to content

Commit 7803b0d

Browse files
committed
More links
1 parent ab19abe commit 7803b0d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/kcas/kcas.mli

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
(** This library provides a software transactional memory (STM) implementation
2-
based on an atomic lock-free multi-word compare-and-set (MCAS) algorithm
3-
enhanced with read-only compare operations and ability to block awaiting for
4-
changes.
2+
based on an atomic
3+
{{:https://en.wikipedia.org/wiki/Non-blocking_algorithm#Lock-freedom}
4+
lock-free} multi-word {{:https://en.wikipedia.org/wiki/Compare-and-swap}
5+
compare-and-set} (MCAS) algorithm enhanced with read-only compare operations
6+
and ability to block awaiting for changes.
57
68
Features and properties:
79

0 commit comments

Comments
 (0)