vault backup: 2025-04-04 23:39:27
This commit is contained in:
parent
6a9cf80167
commit
24539ddb11
13 changed files with 28 additions and 28 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:*
|
||||
![[images/Pasted image 20250401083747.png]]
|
||||
![[/Concurrent Systems/notes/images/Pasted image 20250401083747.png]]
|
||||
|
||||
### 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.:
|
||||
|
||||
![[images/Pasted image 20250401092557.png]]
|
||||
![[/Concurrent Systems/notes/images/Pasted image 20250401092557.png]]
|
||||
|
||||
```
|
||||
CS a compare&swap object init at ⊥
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue