vault backup: 2025-04-05 00:07:51
This commit is contained in:
parent
47b74f3eec
commit
1c82ee3d9d
11 changed files with 30 additions and 30 deletions
|
@ -30,7 +30,7 @@ A configuration C obtained during the execution of all A is called:
|
|||
If A wait-free implements binary consensus for n processes, then there exists a bivalent initial configuration.
|
||||
|
||||
*Proof:*
|
||||

|
||||

|
||||
|
||||
### CN(Atomic R/W registers) = 1
|
||||
**Thm:** There exists no wait-free implementation of binary consensus for 2 processes that uses atomic R/W registers.
|
||||
|
@ -135,7 +135,7 @@ propose(i, v) :=
|
|||
|
||||
Let us consider a verison of the compare&swap where, instead of returning a boolean, it always returns the previous value of the object, i.e.:
|
||||
|
||||

|
||||

|
||||
|
||||
```
|
||||
CS a compare&swap object init at ⊥
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue