We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent def9494 commit b192609Copy full SHA for b192609
InternalDocs/qsbr.md
@@ -10,7 +10,7 @@ consumption.
10
11
Safe memory reclamation (SMR) schemes address this by delaying the free
12
operation until all concurrent read accesses are guaranteed to have completed.
13
-Quiescent-State Based Reclamation (QSBR) is an SMR scheme used in Python's
+Quiescent-State Based Reclamation (QSBR) is a SMR scheme used in Python's
14
free-threaded build to manage the lifecycle of shared memory.
15
16
QSBR requires threads to periodically report that they are in a quiescent
0 commit comments