vault backup: 2025-04-05 00:07:51

This commit is contained in:
Marco Realacci 2025-04-05 00:07:51 +02:00
parent 47b74f3eec
commit 1c82ee3d9d
11 changed files with 30 additions and 30 deletions

View file

@ -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:*
![](Concurrent%20Systems/notes/images/Pasted%20image%2020250401083747.png)
![](images/Pasted%20image%2020250401083747.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.:
![](Concurrent%20Systems/notes/images/Pasted%20image%2020250401092557.png)
![](images/Pasted%20image%2020250401092557.png)
```
CS a compare&swap object init at ⊥