vault backup: 2025-03-12 10:59:27

This commit is contained in:
Marco Realacci 2025-03-12 10:59:27 +01:00
parent 60d4e7ea2d
commit cc646c8e2a
2 changed files with 7 additions and 2 deletions

View file

@ -34,9 +34,9 @@
"type": "pdf",
"state": {
"file": "Concurrent Systems/slides/class 4.pdf",
"page": 4,
"page": 5,
"left": -23,
"top": 187,
"top": 391,
"zoom": 0.652019002375297
},
"icon": "lucide-file-text",

View file

@ -89,3 +89,8 @@ B.consume() :=
return tmp
```
> [!note] Downside
> Reading from / writing into the buffer can be very expensive!
#### (Multiple) Producers/Consumers
**Accessing BUF in MUTEX slows down the implementation**