From b1f089fc3a767426d3a1d0c95053b37b13b1f269 Mon Sep 17 00:00:00 2001 From: Marco Realacci Date: Fri, 4 Apr 2025 15:28:14 +0200 Subject: [PATCH] vault backup: 2025-04-04 15:28:14 --- Concurrent Systems/notes/5 - Software Transactional Memory.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Concurrent Systems/notes/5 - Software Transactional Memory.md b/Concurrent Systems/notes/5 - Software Transactional Memory.md index 45e7603..77ce61f 100644 --- a/Concurrent Systems/notes/5 - Software Transactional Memory.md +++ b/Concurrent Systems/notes/5 - Software Transactional Memory.md @@ -1,4 +1,4 @@ -z- Group together parts of the code that must look like atomic, in a way that is transparent, scalable and easy-to-use for the programmer + z- Group together parts of the code that must look like atomic, in a way that is transparent, scalable and easy-to-use for the programmer - Differently from monitors, the part of the code to group is not part of the definition of the objects, but is application dependent - Differently from transactions in databases, the code can be any code, not just queries on the DB